Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c410 n = ng_hci_get_neighbor(unit, &bdaddr, (addr_type) ? NG_HCI_LINK_LE_RANDOM:NG_HCI_LINK_LE_PUBLIC); in le_advertizing_report()
420 NG_HCI_LINK_LE_PUBLIC; in le_advertizing_report()
482 NG_HCI_LINK_LE_PUBLIC; in le_connection_complete()
H A Dng_hci_ulpi.c108 case NG_HCI_LINK_LE_PUBLIC: in ng_hci_lp_con_req()
499 if((link_type != NG_HCI_LINK_LE_PUBLIC)&& in ng_hci_lp_le_con_req()
H A Dng_hci_main.c103 case NG_HCI_LINK_LE_PUBLIC: in ng_hci_linktype_to_addrtype()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h122 #define NG_HCI_LINK_LE_PUBLIC 0x02 /* LE Public*/ macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c230 return NG_HCI_LINK_LE_PUBLIC; in ng_btsock_l2cap_addrtype_to_linktype()