Home
last modified time | relevance | path

Searched refs:NG_HCI_EVENT_RETURN_LINK_KEYS (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c147 bit_set(filter.event_mask, NG_HCI_EVENT_RETURN_LINK_KEYS - 1); in socket_open()
H A Dhost_controller_baseband.c259 case NG_HCI_EVENT_RETURN_LINK_KEYS: { in hci_read_stored_link_key()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c108 case NG_HCI_EVENT_RETURN_LINK_KEYS: in ng_hci_process_event()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c816 bit_clear(f, NG_HCI_EVENT_RETURN_LINK_KEYS - 1); in ng_btsocket_hci_raw_init()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h1957 #define NG_HCI_EVENT_RETURN_LINK_KEYS 0x15 macro