Searched defs:dev_info (Results 1 - 2 of 2) sorted by relevance

/system/bluetooth/bluedroid/
H A Dbluetooth.c271 struct hci_dev_info dev_info; local
286 dev_info.dev_id = HCI_DEV_ID;
287 if (ioctl(hci_sock, HCIGETDEVINFO, (void *)&dev_info) < 0) {
292 if (dev_info.flags & (1 << (HCI_UP & 31))) {
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Drfcomm.h81 struct rfcomm_dev_info dev_info[0]; member in struct:rfcomm_dev_list_req

Completed in 172 milliseconds