Home
last modified time | relevance | path

Searched refs:accept_role_switch (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDlink_control.c185 cp.accept_role_switch = 1; in hci_create_connection()
194 cp.accept_role_switch = n0 ? 1 : 0; in hci_create_connection()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_ulpi.c270 req->cp.accept_role_switch = 1; in ng_hci_lp_acl_con_req()
272 req->cp.accept_role_switch = 0; in ng_hci_lp_acl_con_req()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h660 u_int8_t accept_role_switch; /* accept role switch? 0x00 - no */ member