Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c443 n->extinq_size = (length_data < NG_HCI_EXTINQ_MAX)? in le_advertizing_report()
447 event = m_pullup(event, n->extinq_size); in le_advertizing_report()
452 m_copydata(event, 0, n->extinq_size, n->extinq_data); in le_advertizing_report()
453 m_adj(event, n->extinq_size); in le_advertizing_report()
H A Dng_hci_var.h214 uint8_t extinq_size; member
H A Dng_hci_main.c502 e2->extinq_size = n->extinq_size; in ng_hci_default_rcvmsg()
508 n->extinq_size); in ng_hci_default_rcvmsg()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c263 print_adv_data(r.entries[n].extinq_size, in hci_read_neighbor_cache()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h633 uint8_t extinq_size; /* MAX 240*/
631 uint8_t extinq_size; /* MAX 240*/ global() member