Home
last modified time | relevance | path

Searched refs:BTA_GATTC_ReadCharacteristic (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc139 void BTA_GATTC_ReadCharacteristic(uint16_t /* conn_id */, uint16_t /* handle */, in BTA_GATTC_ReadCharacteristic() function
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc227 BTA_GATTC_ReadCharacteristic( in OnGattServiceSearchComplete()
246 BTA_GATTC_ReadCharacteristic( in OnGattServiceSearchComplete()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc171 BTA_GATTC_ReadCharacteristic(conn_id, op.handle, GATT_AUTH_REQ_NONE, in gatt_execute_next_op()
Dbta_gattc_api.cc387 void BTA_GATTC_ReadCharacteristic(uint16_t conn_id, uint16_t handle, in BTA_GATTC_ReadCharacteristic() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h676 void BTA_GATTC_ReadCharacteristic(uint16_t conn_id, uint16_t handle,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc449 return do_in_jni_thread(Bind(&BTA_GATTC_ReadCharacteristic, conn_id, handle, in btif_gattc_read_char()