Searched refs:BTA_GATTC_ReadCharacteristic (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 139 void BTA_GATTC_ReadCharacteristic(uint16_t /* conn_id */, uint16_t /* handle */, in BTA_GATTC_ReadCharacteristic() function
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_client.cc | 227 BTA_GATTC_ReadCharacteristic( in OnGattServiceSearchComplete() 246 BTA_GATTC_ReadCharacteristic( in OnGattServiceSearchComplete()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 171 BTA_GATTC_ReadCharacteristic(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
|
D | bta_gattc_api.cc | 387 void BTA_GATTC_ReadCharacteristic(uint16_t conn_id, uint16_t handle, in BTA_GATTC_ReadCharacteristic() function
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 676 void BTA_GATTC_ReadCharacteristic(uint16_t conn_id, uint16_t handle,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 449 return do_in_jni_thread(Bind(&BTA_GATTC_ReadCharacteristic, conn_id, handle, in btif_gattc_read_char()
|