Searched refs:BTA_GATTC_WriteCharDescr (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 175 void BTA_GATTC_WriteCharDescr(uint16_t /* conn_id */, uint16_t /* handle */, in BTA_GATTC_WriteCharDescr() function
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 196 BTA_GATTC_WriteCharDescr(conn_id, op.handle, std::move(op.value), in gatt_execute_next_op()
|
D | bta_gattc_api.cc | 543 void BTA_GATTC_WriteCharDescr(uint16_t conn_id, uint16_t handle, in BTA_GATTC_WriteCharDescr() function
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 738 void BTA_GATTC_WriteCharDescr(uint16_t conn_id, uint16_t handle,
|
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_client.cc | 490 BTA_GATTC_WriteCharDescr( in SubscribeCharacteristic()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 555 return do_in_jni_thread(Bind(&BTA_GATTC_WriteCharDescr, conn_id, handle, in btif_gattc_write_char_descr()
|