Home
last modified time | relevance | path

Searched refs:role_switch (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c135 unit->role_switch = 1; /* Enable role switch (if device supports it) */ in ng_hci_constructor()
615 NG_MKRESPONSE(rsp, msg, sizeof(unit->role_switch), in ng_hci_default_rcvmsg()
623 unit->role_switch; in ng_hci_default_rcvmsg()
634 unit->role_switch = in ng_hci_default_rcvmsg()
H A Dng_hci_var.h139 ng_hci_node_role_switch_ep role_switch; /* role switch */ member
H A Dng_hci_ulpi.c270 if ((unit->features[0] & NG_HCI_LMP_SWITCH) && unit->role_switch) in ng_hci_lp_acl_con_req()
1022 unit->role_switch) in ng_hci_lp_con_rsp()
H A Dng_hci_evnt.c775 unit->role_switch) in con_compl()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c427 fprintf(stdout, "Role switch: %d\n", r.role_switch); in hci_read_node_role_switch()
446 r.role_switch = m? 1 : 0; in hci_write_node_role_switch()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h185 ng_hci_node_role_switch_ep role_switch; member
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1333 &p->role_switch, sizeof(p->role_switch)); in ng_btsocket_hci_raw_control()
1343 &p->role_switch, in ng_btsocket_hci_raw_control()
1344 sizeof(p->role_switch)); in ng_btsocket_hci_raw_control()
/freebsd/lib/libbluetooth/
H A Dhci.c677 di->role_switch_info = rp.r7.role_switch; in bt_devinfo()