Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c414 n = ng_hci_get_neighbor(unit, &bdaddr, (addr_type) ? NG_HCI_LINK_LE_RANDOM:NG_HCI_LINK_LE_PUBLIC); in le_advertizing_report()
424 NG_HCI_LINK_LE_PUBLIC; in le_advertizing_report()
486 NG_HCI_LINK_LE_PUBLIC; in le_connection_complete()
H A Dng_hci_ulpi.c107 case NG_HCI_LINK_LE_PUBLIC: in ng_hci_lp_con_req()
498 if((link_type != NG_HCI_LINK_LE_PUBLIC)&& in ng_hci_lp_le_con_req()
H A Dng_hci_main.c102 case NG_HCI_LINK_LE_PUBLIC: in ng_hci_linktype_to_addrtype()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h123 #define NG_HCI_LINK_LE_PUBLIC 0x02 /* LE Public*/
121 #define NG_HCI_LINK_LE_PUBLIC global() macro
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c229 return NG_HCI_LINK_LE_PUBLIC; in ng_btsock_l2cap_addrtype_to_linktype()