Searched refs:BTA_GATTC_WriteCharDescr (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_queue.cc | 138 BTA_GATTC_WriteCharDescr(conn_id, op.handle, std::move(op.value), in gatt_execute_next_op()
|
D | bta_gattc_api.cc | 506 void BTA_GATTC_WriteCharDescr(uint16_t conn_id, uint16_t handle, in BTA_GATTC_WriteCharDescr() function
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 634 void BTA_GATTC_WriteCharDescr(uint16_t conn_id, uint16_t handle,
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 472 return do_in_jni_thread(Bind(&BTA_GATTC_WriteCharDescr, conn_id, handle, in btif_gattc_write_char_descr()
|