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.cc87 : gatt_if_(0), callbacks_(callbacks), latest_operation_id_(0) { in VolumeControlImpl()
98 instance->gatt_if_ = client_id; in VolumeControlImpl()
110 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, true); in StartOpportunisticConnect()
135 OnGattConnected(GATT_SUCCESS, device->connection_id, gatt_if_, in Connect()
183 BTA_GATTC_CancelOpen(gatt_if_, address, false); in OnGattConnected()
192 device->Disconnect(gatt_if_); in OnGattConnected()
216 device->EnqueueInitialRequests(gatt_if_, chrc_read_callback_static, in OnEncryptionComplete()
237 device->DeregisterNotifications(gatt_if_); in ClearDeviceInformationAndStartSearch()
300 device->EnqueueInitialRequests(gatt_if_, chrc_read_callback_static, in OnServiceSearchComplete()
634 dprintf(fd, "APP ID: %d\n", gatt_if_); in Dump()
[all …]
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc238 : gatt_if_(0), in LeAudioClientImpl()
286 instance->gatt_if_ = client_id; in __anonf21162180202()
1384 group->Enable(gatt_if_, reconnection_mode_); in SetEnableState()
1386 group->Disable(gatt_if_); in SetEnableState()
1398 BTA_GATTC_CancelOpen(gatt_if_, address, false); in RemoveDevice()
1420 BTA_GATTC_CancelOpen(gatt_if_, address, true); in RemoveDevice()
1478 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
1581 group_id, gatt_if_, reconnection_mode_, autoconnect); in AddFromStorage()
1635 BTA_GATTC_CancelOpen(gatt_if_, address, true); in Disconnect()
1655 BTA_GATTC_CancelOpen(gatt_if_, address, false); in Disconnect()
[all …]
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc128 : gatt_if_(0), callbacks_(callbacks) { in HasClientImpl()
141 instance->gatt_if_ = client_id; in HasClientImpl()
178 BTA_GATTC_Open(gatt_if_, addr, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
183 BTA_GATTC_Open(gatt_if_, addr, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
202 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_BKG_CONNECT_ALLOW_LIST, false); in AddFromStorage()
241 BTA_GATTC_CancelOpen(gatt_if_, addr, true); in Disconnect()
891 BTA_GATTC_AppDeregister(gatt_if_); in CleanUp()
904 stream << " APP ID: " << +gatt_if_ << " \n"; in Dump()
1557 BTA_GATTC_DeregisterForNotifications(gatt_if_, device.addr, in DeregisterNotifications()
1563 BTA_GATTC_DeregisterForNotifications(gatt_if_, device.addr, in DeregisterNotifications()
[all …]
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc98 instance->gatt_if_ = client_id; in Initialize()
117 BTA_GATTC_Open(gatt_if_, ble_bd_addr.bda, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
476 gatt_if_, tracker->address_, characteristic->value_handle); in SubscribeCharacteristic()
660 uint16_t gatt_if_; member in __anon21296e410111::RasClientImpl
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc122 : gatt_if_(0), callbacks_(callbacks) { in CsisClientImpl()
135 instance->gatt_if_ = client_id; in CsisClientImpl()
261 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, false); in Connect()
278 BTA_GATTC_CancelOpen(gatt_if_, addr, false); in Disconnect()
672 BTA_GATTC_Open(gatt_if_, address, BTM_BLE_DIRECT_CONNECTION, true); in StartOpportunisticConnect()
710 BTA_GATTC_AppDeregister(gatt_if_); in CleanUp()
726 stream << " APP ID: " << +gatt_if_ << "\n" in Dump()
966 BTA_GATTC_DeregisterForNotifications(gatt_if_, device->addr, val_handle); in OnGattWriteCcc()
2204 BTA_GATTC_RegisterForNotifications(gatt_if_, address, value_handle); in SubscribeForNotifications()
2230 BTA_GATTC_DeregisterForNotifications(gatt_if_, address, value_handle); in DisableGattNotification()
[all …]