Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c419 n->addrtype = (addr_type)? NG_HCI_LINK_LE_RANDOM : in le_advertizing_report()
643 n->addrtype = NG_HCI_LINK_ACL; in inquiry_result()
1012 n->addrtype = NG_HCI_LINK_ACL; in read_remote_features_compl()
1269 n->addrtype = NG_HCI_LINK_ACL; in read_clock_offset_compl()
1349 n->addrtype = NG_HCI_LINK_ACL; in page_scan_mode_change()
1384 n->addrtype = NG_HCI_LINK_ACL; in page_scan_rep_mode_change()
H A Dng_hci_var.h210 u_int8_t addrtype; /*Address Type*/ member
H A Dng_hci_misc.c227 if (n->addrtype == link_type && in ng_hci_get_neighbor()
H A Dng_hci_main.c501 e2->addrtype = in ng_hci_default_rcvmsg()
502 ng_hci_linktype_to_addrtype(n->addrtype); in ng_hci_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c218 static int ng_btsock_l2cap_addrtype_to_linktype(int addrtype);
226 int ng_btsock_l2cap_addrtype_to_linktype(int addrtype) in ng_btsock_l2cap_addrtype_to_linktype() argument
228 switch(addrtype){ in ng_btsock_l2cap_addrtype_to_linktype()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h631 uint8_t addrtype; member