Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/
Dhci.c55 } hci_map; typedef
57 static char *hci_bit2str(hci_map *m, unsigned int val) in hci_bit2str()
74 static int hci_str2bit(hci_map *map, char *str, unsigned int *val) in hci_str2bit()
77 hci_map *m; in hci_str2bit()
98 static char *hci_uint2str(hci_map *m, unsigned int val) in hci_uint2str()
117 static int hci_str2uint(hci_map *map, char *str, unsigned int *val) in hci_str2uint()
120 hci_map *m; in hci_str2uint()
181 static hci_map dev_flags_map[] = {
198 hci_map *m = dev_flags_map; in hci_dflagstostr()
217 static hci_map pkt_type_map[] = {
[all …]