Home
last modified time | relevance | path

Searched refs:NG_HCI_LINK_LE_RANDOM (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()
423 n->addrtype = (addr_type)? NG_HCI_LINK_LE_RANDOM : in le_advertizing_report()
485 link_type = (ep->address_type)? NG_HCI_LINK_LE_RANDOM : in le_connection_complete()
H A Dng_hci_ulpi.c108 case NG_HCI_LINK_LE_RANDOM: in ng_hci_lp_con_req()
499 (link_type != NG_HCI_LINK_LE_RANDOM)){ in ng_hci_lp_le_con_req()
623 req->cp.peer_addr_type = (link_type == NG_HCI_LINK_LE_RANDOM)? 1:0; in ng_hci_lp_le_con_req()
H A Dng_hci_main.c104 case NG_HCI_LINK_LE_RANDOM: in ng_hci_linktype_to_addrtype()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h124 #define NG_HCI_LINK_LE_RANDOM 0x03 /* LE Random*/
122 #define NG_HCI_LINK_LE_RANDOM global() macro
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c231 return NG_HCI_LINK_LE_RANDOM; in ng_btsock_l2cap_addrtype_to_linktype()