Home
last modified time | relevance | path

Searched refs:GetChannelAvailableForIndication (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc78 EattChannel* EattExtension::GetChannelAvailableForIndication( in GetChannelAvailableForIndication() function in bluetooth::eatt::EattExtension
80 return pimpl_->GetChannelAvailableForIndication(bd_addr); in GetChannelAvailableForIndication()
Dmock_eatt.h51 MOCK_METHOD((EattChannel*), GetChannelAvailableForIndication,
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.h206 virtual EattChannel* GetChannelAvailableForIndication(
Deatt.cc165 EattChannel* EattExtension::GetChannelAvailableForIndication( in GetChannelAvailableForIndication() function in bluetooth::eatt::EattExtension
/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc654 eatt_instance_->GetChannelAvailableForIndication(test_address); in TEST_F()
672 eatt_instance_->GetChannelAvailableForIndication(test_address); in TEST_F()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1117 EattExtension::GetInstance()->GetChannelAvailableForIndication( in gatt_tcb_get_cid_available_for_indication()