Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_main.c119 unit->role_switch = 1; /* Enable role switch (if device supports it) */ in ng_hci_constructor()
595 NG_MKRESPONSE(rsp, msg, sizeof(unit->role_switch), in ng_hci_default_rcvmsg()
603 unit->role_switch; in ng_hci_default_rcvmsg()
614 unit->role_switch = in ng_hci_default_rcvmsg()
HDng_hci_var.h138 ng_hci_node_role_switch_ep role_switch; /* role switch */ member
HDng_hci_ulpi.c269 if ((unit->features[0] & NG_HCI_LMP_SWITCH) && unit->role_switch) in ng_hci_lp_acl_con_req()
1023 unit->role_switch) in ng_hci_lp_con_rsp()
HDng_hci_evnt.c754 unit->role_switch) in con_compl()
/NextBSD/usr.sbin/bluetooth/hccontrol/
HDnode.c415 fprintf(stdout, "Role switch: %d\n", r.role_switch); in hci_read_node_role_switch()
434 r.role_switch = m? 1 : 0; in hci_write_node_role_switch()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_btsocket.h184 ng_hci_node_role_switch_ep role_switch; member
/NextBSD/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1311 &p->role_switch, sizeof(p->role_switch)); in ng_btsocket_hci_raw_control()
1321 &p->role_switch, in ng_btsocket_hci_raw_control()
1322 sizeof(p->role_switch)); in ng_btsocket_hci_raw_control()
/NextBSD/lib/libbluetooth/
HDhci.c615 di->role_switch_info = rp.r7.role_switch; in bt_devinfo()