Home
last modified time | relevance | path

Searched refs:gatt_if_ (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc116 : gatt_if_(0), callbacks_(callbacks), latest_operation_id_(0) { in VolumeControlImpl()
127 instance->gatt_if_ = client_id; in VolumeControlImpl()
139 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, true); in StartOpportunisticConnect()
163 OnGattConnected(GATT_SUCCESS, device->connection_id, gatt_if_, device->address, in Connect()
211 BTA_GATTC_CancelOpen(gatt_if_, address, true); in OnGattConnected()
220 device->Disconnect(gatt_if_); in OnGattConnected()
243 device->EnqueueInitialRequests(gatt_if_, chrc_read_callback_static, OnGattWriteCccStatic); in OnEncryptionComplete()
263 device->DeregisterNotifications(gatt_if_); in ClearDeviceInformationAndStartSearch()
339 device->EnqueueInitialRequests(gatt_if_, chrc_read_callback_static, OnGattWriteCccStatic); in OnServiceSearchComplete()
846 dprintf(fd, "APP ID: %d\n", gatt_if_); in Dump()
[all …]
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc139 : gatt_if_(0), callbacks_(callbacks) { in HasClientImpl()
155 instance->gatt_if_ = client_id; in HasClientImpl()
178 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
183 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
207 BTA_GATTC_Open(gatt_if_, addr, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
212 BTA_GATTC_Open(gatt_if_, addr, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
231 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_BKG_CONNECT_ALLOW_LIST, false); in AddFromStorage()
258 BTA_GATTC_CancelOpen(gatt_if_, address, true); in Disconnect()
262 BTA_GATTC_CancelOpen(gatt_if_, address, false); in Disconnect()
300 BTA_GATTC_CancelOpen(gatt_if_, addr, true); in Disconnect()
[all …]
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc399 : gatt_if_(0), in LeAudioClientImpl()
437 instance->gatt_if_ = client_id; in __anon432cb1ce0202()
1809 group->Enable(gatt_if_, reconnection_mode_); in SetEnableState()
1811 group->Disable(gatt_if_); in SetEnableState()
1823 BTA_GATTC_CancelOpen(gatt_if_, address, false); in RemoveDevice()
1849 BTA_GATTC_CancelOpen(gatt_if_, address, true); in RemoveDevice()
1907 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
2020 leAudioDevices_.SetInitialGroupAutoconnectState(group_id, gatt_if_, reconnection_mode_, in AddFromStorage()
2076 BTA_GATTC_CancelOpen(gatt_if_, address, true); in Disconnect()
2095 BTA_GATTC_CancelOpen(gatt_if_, address, false); in Disconnect()
[all …]
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc139 : gatt_if_(0), callbacks_(callbacks) { in CsisClientImpl()
155 instance->gatt_if_ = client_id; in CsisClientImpl()
284 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
301 BTA_GATTC_CancelOpen(gatt_if_, addr, false); in Disconnect()
686 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, true); in StartOpportunisticConnect()
724 BTA_GATTC_AppDeregister(gatt_if_); in CleanUp()
742 stream << " APP ID: " << +gatt_if_ << "\n" in Dump()
969 BTA_GATTC_DeregisterForNotifications(gatt_if_, device->addr, val_handle); in OnGattWriteCcc()
2159 BTA_GATTC_RegisterForNotifications(gatt_if_, address, value_handle); in SubscribeForNotifications()
2186 BTA_GATTC_DeregisterForNotifications(gatt_if_, address, value_handle); in DisableGattNotification()
[all …]
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc171 instance->gatt_if_ = client_id; in do_initialize()
202 BTA_GATTC_Open(gatt_if_, ble_bd_addr.bda, BTM_BLE_DIRECT_CONNECTION, true); in Connect()
655 tGATT_STATUS register_status = BTA_GATTC_RegisterForNotifications(gatt_if_, tracker->address_, in SubscribeCharacteristic()
695 gatt_if_, tracker->address_, characteristic->value_handle); in UnsubscribeCharacteristic()
959 uint16_t gatt_if_; member in __anon239e9f370111::RasClientImpl