Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bluetooth/hccontrol/
H A Dnode.c219 const char *addrtype2str[] = {"B", "P", "R", "E"}; in hci_read_neighbor_cache() local
246 if(addrtype >= sizeof(addrtype2str)/sizeof(addrtype2str[0])) in hci_read_neighbor_cache()
247 addrtype = sizeof(addrtype2str)/sizeof(addrtype2str[0]) - 1; in hci_read_neighbor_cache()
254 addrtype2str[addrtype], in hci_read_neighbor_cache()