Home
last modified time | relevance | path

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

/src/usr.sbin/bluetooth/hccontrol/
H A Dnode.c220 const char *addrtype2str[] = {"B", "P", "R", "E"}; in hci_read_neighbor_cache() local
247 if(addrtype >= nitems(addrtype2str)) in hci_read_neighbor_cache()
248 addrtype = nitems(addrtype2str) - 1; in hci_read_neighbor_cache()
255 addrtype2str[addrtype], in hci_read_neighbor_cache()