Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bluetooth/hccontrol/
HDhccontrol.c142 bit_set(filter.event_mask, NG_HCI_EVENT_DISCON_COMPL - 1); in socket_open()
HDlink_control.c345 if (e->event == NG_HCI_EVENT_DISCON_COMPL) { in hci_disconnect()
/freebsd-14-stable/sys/netgraph/bluetooth/hci/
HDng_hci_evnt.c144 case NG_HCI_EVENT_DISCON_COMPL: in ng_hci_process_event()
/freebsd-14-stable/sys/netgraph/bluetooth/include/
HDng_hci.h1902 #define NG_HCI_EVENT_DISCON_COMPL 0x05 macro