Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h114 bool first_connection; member
179 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()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc263 auto first_connection = GetConnectionFuture(); in SetUp() local
267 auto first_connection_status = first_connection.wait_for(kTimeout); in SetUp()
303 auto first_connection = GetConnectionFuture(); in TEST_F() local
308 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F()
380 auto first_connection = GetLeConnectionFuture(); in SetUp() local
411 auto first_connection_status = first_connection.wait_for(kTimeout); in SetUp()
542 auto first_connection = GetLeConnectionFuture(); in TEST_F() local
567 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F()
583 auto first_connection = GetLeConnectionFuture(); in TEST_F() local
607 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F()
Dacl_manager_unittest.cc320 auto first_connection = GetConnectionFuture(); in SetUp() local
324 auto first_connection_status = first_connection.wait_for(2s); in SetUp()
426 auto first_connection = GetLeConnectionFuture(); in SetUp() local
443 auto first_connection_status = first_connection.wait_for(2s); in SetUp()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc709 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()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h102 GattServiceDevice(const RawAddress& addr, bool first_connection) in GattServiceDevice() argument