Home
last modified time | relevance | path

Searched refs:BTA_GATTC_SendIndConfirm (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc165 void BTA_GATTC_SendIndConfirm(uint16_t /* conn_id */, uint16_t /* cid */) { in BTA_GATTC_SendIndConfirm() function
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc81 void BTA_GATTC_SendIndConfirm(uint16_t conn_id, uint16_t cid) { in BTA_GATTC_SendIndConfirm() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h755 void BTA_GATTC_SendIndConfirm(uint16_t conn_id, uint16_t cid);
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc643 void BTA_GATTC_SendIndConfirm(uint16_t conn_id, uint16_t cid) { in BTA_GATTC_SendIndConfirm() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc159 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, p_data->notify.cid); in btif_gattc_upstreams_evt()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc1967 if (!evt.is_notify) BTA_GATTC_SendIndConfirm(evt.conn_id, evt.cid); in OnGattNotification()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc6078 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, p_data->notify.handle); in le_audio_gattc_callback()