Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
HDlink_policy.c138 if (e->event == NG_HCI_EVENT_ROLE_CHANGE) { in hci_switch_role()
HDhccontrol.c148 bit_set(filter.event_mask, NG_HCI_EVENT_ROLE_CHANGE - 1); in socket_open()
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
HDng_hci_evnt.c169 case NG_HCI_EVENT_ROLE_CHANGE: in ng_hci_process_event()
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_hci.h1842 #define NG_HCI_EVENT_ROLE_CHANGE 0x12 macro