Home
last modified time | relevance | path

Searched refs:connecting_actively (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/include/
Dbta_hearing_aid_api.h106 bool connecting_actively; member
162 connecting_actively(false), in HearingDevice()
186 connecting_actively(first_connection), in HearingDevice()
/system/bt/bta/vc/
Dvc.cc86 device->connecting_actively = true; in Connect()
119 device_cleanup_helper(device, device->connecting_actively); in OnGattConnected()
131 device_cleanup_helper(device, device->connecting_actively); in OnGattConnected()
150 if (device->connecting_actively) in OnEncryptionComplete()
361 device_cleanup_helper(device, device->connecting_actively); in OnGattDisconnected()
425 device->connecting_actively = true; in verify_device_ready()
Ddevices.h43 bool connecting_actively; variable
67 connecting_actively(first_connection), in VolumeControlDevice()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc369 if (!hearingDevice->connecting_actively) { in OnGattConnected()
380 hearingDevice->connecting_actively = false; in OnGattConnected()
1446 if (hearingDevice->connecting_actively) { in Disconnect()