Searched refs:first_connection (Results 1 – 5 of 5) sorted by relevance
114 bool first_connection; member179 first_connection(false), in HearingDevice()204 HearingDevice(const RawAddress& address, bool first_connection) in HearingDevice()206 first_connection(first_connection), in HearingDevice()208 connecting_actively(first_connection), in HearingDevice()
263 auto first_connection = GetConnectionFuture(); in SetUp() local267 auto first_connection_status = first_connection.wait_for(kTimeout); in SetUp()303 auto first_connection = GetConnectionFuture(); in TEST_F() local308 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F()380 auto first_connection = GetLeConnectionFuture(); in SetUp() local411 auto first_connection_status = first_connection.wait_for(kTimeout); in SetUp()542 auto first_connection = GetLeConnectionFuture(); in TEST_F() local567 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F()583 auto first_connection = GetLeConnectionFuture(); in TEST_F() local607 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F()
320 auto first_connection = GetConnectionFuture(); in SetUp() local324 auto first_connection_status = first_connection.wait_for(2s); in SetUp()426 auto first_connection = GetLeConnectionFuture(); in SetUp() local443 auto first_connection_status = first_connection.wait_for(2s); in SetUp()
709 if (hearingDevice->first_connection) { in OnEncryptionComplete()726 hearingDevice->first_connection = true; in OnEncryptionComplete()777 hearingDevice->first_connection = true; in OnServiceChangeEvent()815 if (!hearingDevice->first_connection) { in OnServiceSearchComplete()826 if (hearingDevice->first_connection) { in OnServiceSearchComplete()1148 if (hearingDevice->first_connection) { in OnDeviceReady()1151 hearingDevice->first_connection = false; in OnDeviceReady()
102 GattServiceDevice(const RawAddress& addr, bool first_connection) in GattServiceDevice() argument