Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
HDlink_policy.c80 (rp.role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", rp.role); in hci_role_discovery()
111 cp.role = n0? NG_HCI_ROLE_SLAVE : NG_HCI_ROLE_MASTER; in hci_switch_role()
149 (ep->role == NG_HCI_ROLE_MASTER)? "Master" : "Slave", in hci_switch_role()
HDnode.c310 (r.connections[n].role == NG_HCI_ROLE_MASTER)? in hci_read_connection_list()
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
HDng_hci_ulpi.c1024 req->cp.acc.role = NG_HCI_ROLE_MASTER; in ng_hci_lp_con_rsp()
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_hci.h185 #define NG_HCI_ROLE_MASTER 0x00 macro