Searched refs:BTA_GATTS_HandleValueIndication (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/bta/ras/ |
D | ras_server.cc | 139 BTA_GATTS_HandleValueIndication(tracker.conn_id_, attr_id, data, in PushProcedureData() 164 BTA_GATTS_HandleValueIndication(tracker.conn_id_, attr_id, value, in PushProcedureData() 186 BTA_GATTS_HandleValueIndication(tracker.conn_id_, attr_id, value, in PushProcedureData() 598 BTA_GATTS_HandleValueIndication(tracker->conn_id_, attr_id, in OnGetRangingData() 607 BTA_GATTS_HandleValueIndication( in OnGetRangingData() 648 BTA_GATTS_HandleValueIndication( in SendResponseCode()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gatts_api.cc | 58 void BTA_GATTS_HandleValueIndication(uint16_t /* conn_id */, in BTA_GATTS_HandleValueIndication() function
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_queue.cc | 84 BTA_GATTS_HandleValueIndication(conn_id, op.attr_id, op.value, in gatts_execute_next_op()
|
D | bta_gatts_api.cc | 244 void BTA_GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_id, in BTA_GATTS_HandleValueIndication() function
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 438 return do_in_jni_thread(Bind(&BTA_GATTS_HandleValueIndication, conn_id, in btif_gatts_send_indication()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 1003 void BTA_GATTS_HandleValueIndication(uint16_t conn_id, uint16_t attr_id,
|