Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc38 #define MGMT_OP_INDEX_LIST 0x0003 macro
142 ev.opcode = MGMT_OP_INDEX_LIST; in waitHciDev()
184 if (cc->cc_opcode != MGMT_OP_INDEX_LIST || cc->status != 0) continue; in waitHciDev()
/system/bt/hci/src/
Dhci_layer_linux.cc54 #define MGMT_OP_INDEX_LIST 0x0003 macro
310 ev.opcode = MGMT_OP_INDEX_LIST; in wait_hcidev()
351 if (cc->cc_opcode != MGMT_OP_INDEX_LIST || cc->status != 0) continue; in wait_hcidev()
/system/bt/gd/hal/
Dhci_hal_host.cc60 #define MGMT_OP_INDEX_LIST 0x0003 macro
114 ev.opcode = MGMT_OP_INDEX_LIST; in waitHciDev()
156 if (cc->cc_opcode != MGMT_OP_INDEX_LIST || cc->status != 0) continue; in waitHciDev()