Home
last modified time | relevance | path

Searched defs:first_connection (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc320 auto first_connection = GetConnectionFuture(); in SetUp() local
426 auto first_connection = GetLeConnectionFuture(); in SetUp() local
Dacl_manager_test.cc263 auto first_connection = GetConnectionFuture(); in SetUp() local
303 auto first_connection = GetConnectionFuture(); in TEST_F() local
380 auto first_connection = GetLeConnectionFuture(); in SetUp() local
542 auto first_connection = GetLeConnectionFuture(); in TEST_F() local
583 auto first_connection = GetLeConnectionFuture(); in TEST_F() local
/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h114 bool first_connection; member
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_types.h102 GattServiceDevice(const RawAddress& addr, bool first_connection) in GattServiceDevice()