Searched refs:first_connection (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/vc/ |
D | devices.h | 39 bool first_connection; variable 64 VolumeControlDevice(const RawAddress& address, bool first_connection) in VolumeControlDevice() argument 66 first_connection(first_connection), in VolumeControlDevice() 67 connecting_actively(first_connection), in VolumeControlDevice() 126 void Add(const RawAddress& address, bool first_connection) { in Add() argument 129 devices_.emplace_back(address, first_connection); in Add()
|
D | vc.cc | 163 device->first_connection = true; in OnEncryptionComplete() 177 device->first_connection = true; in OnServiceChangeEvent() 205 if (!device->first_connection) return; in OnServiceSearchComplete() 210 device_cleanup_helper(device, device->first_connection); in OnServiceSearchComplete() 427 device->first_connection = false; in verify_device_ready()
|
/system/bt/bta/include/ |
D | bta_hearing_aid_api.h | 101 bool first_connection; member 160 first_connection(false), in HearingDevice() 182 HearingDevice(const RawAddress& address, bool first_connection) in HearingDevice() 184 first_connection(first_connection), in HearingDevice() 186 connecting_actively(first_connection), in HearingDevice()
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 461 auto first_connection = GetConnectionFuture(); in SetUp() local 465 auto first_connection_status = first_connection.wait_for(kTimeout); in SetUp() 561 auto first_connection = GetConnectionFuture(); in TEST_F() local 566 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F() 619 auto first_connection = GetLeConnectionFuture(); in SetUp() local 636 auto first_connection_status = first_connection.wait_for(kTimeout); in SetUp() 780 auto first_connection = GetLeConnectionFuture(); in TEST_F() local 794 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F() 812 auto first_connection = GetLeConnectionFuture(); in TEST_F() local 826 auto first_connection_status = first_connection.wait_for(kTimeout); in TEST_F()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 556 if (hearingDevice->first_connection) { in OnEncryptionComplete() 571 hearingDevice->first_connection = true; in OnEncryptionComplete() 583 hearingDevice->first_connection = true; in OnServiceChangeEvent() 611 if (!hearingDevice->first_connection) return; in OnServiceSearchComplete() 616 if (hearingDevice->first_connection) { in OnServiceSearchComplete() 919 if (hearingDevice->first_connection) { in OnGapConnection() 922 hearingDevice->first_connection = false; in OnGapConnection()
|