Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c269 if (e->event == NG_HCI_EVENT_CON_COMPL) { in hci_create_connection()
424 if (e->event == NG_HCI_EVENT_CON_COMPL) { in hci_add_sco_connection()
H A Dhccontrol.c142 bit_set(filter.event_mask, NG_HCI_EVENT_CON_COMPL - 1); in socket_open()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c134 case NG_HCI_EVENT_CON_COMPL: in ng_hci_process_event()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h1826 #define NG_HCI_EVENT_CON_COMPL 0x03 macro