Home
last modified time | relevance | path

Searched refs:first_connection (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/include/
Dbta_hearing_aid_api.h86 bool first_connection; member
145 first_connection(false), in HearingDevice()
167 HearingDevice(const RawAddress& address, bool first_connection) in HearingDevice()
169 first_connection(first_connection), in HearingDevice()
171 connecting_actively(first_connection), in HearingDevice()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc552 if (hearingDevice->first_connection) { in OnEncryptionComplete()
567 hearingDevice->first_connection = true; in OnEncryptionComplete()
579 hearingDevice->first_connection = true; in OnServiceChangeEvent()
607 if (!hearingDevice->first_connection) return; in OnServiceSearchComplete()
612 if (hearingDevice->first_connection) { in OnServiceSearchComplete()
916 if (hearingDevice->first_connection) { in OnGapConnection()
922 hearingDevice->first_connection = false; in OnGapConnection()