Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dhci_lib.h138 char *hci_ptypetostr(unsigned int ptype);
/external/bluetooth/hcidump/parser/
Dhci.c721 str = hci_ptypetostr(ptype); in create_conn_dump()
749 str = hci_ptypetostr(ptype); in add_sco_dump()
2778 str = hci_ptypetostr(ptype); in conn_ptype_changed_dump()
/external/bluetooth/bluez/tools/
Dhciconfig.c89 str = hci_ptypetostr(di->pkt_type); in print_pkt_type()
/external/bluetooth/bluez/lib/
Dhci.c250 char *hci_ptypetostr(unsigned int ptype) in hci_ptypetostr() function