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

/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h184 ng_hci_node_role_switch_ep role_switch; member in struct:ng_btsocket_hci_raw_node_role_switch
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c417 fprintf(stdout, "Role switch: %d\n", r.role_switch);
436 r.role_switch = m? 1 : 0;
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c119 unit->role_switch = 1; /* Enable role switch (if device supports it) */
595 NG_MKRESPONSE(rsp, msg, sizeof(unit->role_switch),
603 unit->role_switch;
614 unit->role_switch =
H A Dng_hci_var.h138 ng_hci_node_role_switch_ep role_switch; /* role switch */ member in struct:ng_hci_unit
H A Dng_hci_ulpi.c269 if ((unit->features[0] & NG_HCI_LMP_SWITCH) && unit->role_switch)
1023 unit->role_switch)
H A Dng_hci_evnt.c755 unit->role_switch)
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1311 &p->role_switch, sizeof(p->role_switch));
1321 &p->role_switch,
1322 sizeof(p->role_switch));
/freebsd-11-stable/lib/libbluetooth/
H A Dhci.c615 di->role_switch_info = rp.r7.role_switch;

Completed in 75 milliseconds