Home
last modified time | relevance | path

Searched refs:NG_HCI_ROLE_MASTER (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.sbin/bluetooth/hccontrol/
H A Dlink_policy.c79 (rp.role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", rp.role); in hci_role_discovery()
110 cp.role = n0? NG_HCI_ROLE_SLAVE : NG_HCI_ROLE_MASTER; in hci_switch_role()
148 (ep->role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", in hci_switch_role()
H A Dnode.c319 (r.connections[n].role == NG_HCI_ROLE_MASTER)? in hci_read_connection_list()
/freebsd-14.2/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c1023 req->cp.acc.role = NG_HCI_ROLE_MASTER; in ng_hci_lp_con_rsp()
/freebsd-14.2/sys/netgraph/bluetooth/include/
H A Dng_hci.h187 #define NG_HCI_ROLE_MASTER 0x00 macro