Searched refs:BTA_GATTC_ReadCharDescr (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 133 void BTA_GATTC_ReadCharDescr(uint16_t /* conn_id */, uint16_t /* handle */, in BTA_GATTC_ReadCharDescr() function
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 179 BTA_GATTC_ReadCharDescr(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
|
D | bta_gattc_api.cc | 441 void BTA_GATTC_ReadCharDescr(uint16_t conn_id, uint16_t handle, in BTA_GATTC_ReadCharDescr() function
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 701 void BTA_GATTC_ReadCharDescr(uint16_t conn_id, uint16_t handle,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 497 return do_in_jni_thread(Bind(&BTA_GATTC_ReadCharDescr, conn_id, handle, in btif_gattc_read_char_descr()
|