Home
last modified time | relevance | path

Searched refs:BTA_GATTC_Close (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc276 BTA_GATTC_Close(device->conn_id); in Disconnect()
712 if (device->IsConnected()) BTA_GATTC_Close(device->conn_id); in CleanUp()
1092 BTA_GATTC_Close(device->conn_id); in OnCsisSizeValueUpdate()
1100 BTA_GATTC_Close(device->conn_id); in OnCsisSizeValueUpdate()
1107 BTA_GATTC_Close(device->conn_id); in OnCsisSizeValueUpdate()
1139 BTA_GATTC_Close(device->conn_id); in OnCsisLockReadRsp()
1147 BTA_GATTC_Close(device->conn_id); in OnCsisLockReadRsp()
1154 BTA_GATTC_Close(device->conn_id); in OnCsisLockReadRsp()
1179 BTA_GATTC_Close(device->conn_id); in OnCsisRankReadRsp()
1187 BTA_GATTC_Close(device->conn_id); in OnCsisRankReadRsp()
[all …]
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc236 BTA_GATTC_Close(conn_id); in Disconnect()
396 BTA_GATTC_Close(device->conn_id); in OnHasPresetNameGetStatus()
444 BTA_GATTC_Close(device->conn_id); in OnHasPresetIndexOperation()
894 BTA_GATTC_Close(device.conn_id); in CleanUp()
1039 BTA_GATTC_Close(conn_id); in OnGattWriteCcc()
1099 BTA_GATTC_Close(device->conn_id); in OnHasFeaturesValue()
1107 BTA_GATTC_Close(device->conn_id); in OnHasFeaturesValue()
1454 BTA_GATTC_Close(device->conn_id); in OnHasCtpValueNotification()
1483 BTA_GATTC_Close(device->conn_id); in OnHasActivePresetValue()
1490 BTA_GATTC_Close(device->conn_id); in OnHasActivePresetValue()
[all …]
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc80 .BTA_GATTC_Close =
84 BTA_GATTC_Close(conn_id); in __anon3962861c0602()
Dbta_dm_gatt_client.h39 void (*BTA_GATTC_Close)(uint16_t conn_id); member
Dbta_dm_disc.cc118 void (*BTA_GATTC_Close)(uint16_t conn_id); member
141 .BTA_GATTC_Close = [](uint16_t conn_id) { BTA_GATTC_Close(conn_id); }, in __anon788b21910702()
641 BTA_GATTC_Close(bta_dm_discovery_cb.conn_id); in bta_dm_close_gatt_conn()
Dbta_dm_disc_legacy.cc134 void (*BTA_GATTC_Close)(uint16_t conn_id); member
172 .BTA_GATTC_Close =
176 BTA_GATTC_Close(conn_id); in __anonf50479c50702()
1861 BTA_GATTC_Close(bta_dm_search_cb.conn_id); in bta_dm_close_gatt_conn()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc83 void BTA_GATTC_Close(uint16_t /* conn_id */) { inc_func_call_count(__func__); } in BTA_GATTC_Close() function
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc65 void BTA_GATTC_Close(uint16_t conn_id) { in BTA_GATTC_Close() function
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc171 BTA_GATTC_Close(evt.conn_id); in OnGattConnected()
178 BTA_GATTC_Close(evt.conn_id); in OnGattConnected()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc502 BTA_GATTC_Close(conn_id); in OnGattConnected()
708 BTA_GATTC_Close(hearingDevice->conn_id); in OnEncryptionComplete()
1674 BTA_GATTC_Close(hearingDevice->conn_id); in GapCallback()
1927 BTA_GATTC_Close(hearingDevice->conn_id); in DoDisconnectCleanUp()
/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc58 BTA_GATTC_Close(connection_id); in Disconnect()
Dvc.cc161 BTA_GATTC_Close(connection_id); in OnGattConnected()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h538 void BTA_GATTC_Close(uint16_t conn_id);
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc217 void BTA_GATTC_Close(uint16_t conn_id) { in BTA_GATTC_Close() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc379 BTA_GATTC_Close(conn_id); in btif_gattc_close_impl()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc1734 BTA_GATTC_Close(leAudioDevice->conn_id_); in DisconnectDevice()
2038 BTA_GATTC_Close(conn_id); in OnGattConnected()
2143 BTA_GATTC_Close(conn_id); in OnGattConnected()
2233 BTA_GATTC_Close(leAudioDevice->conn_id_); in OnEncryptionComplete()
Ddevices.cc1366 BTA_GATTC_Close(device->conn_id_); in Cleanup()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1813 BTA_GATTC_Close(p_cb->conn_id); in bta_hh_le_api_disc_act()