Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc73 bool EattExtension::IsIndicationPending(const RawAddress& bd_addr, in IsIndicationPending() function in bluetooth::eatt::EattExtension
75 return pimpl_->IsIndicationPending(bd_addr, indication_handle); in IsIndicationPending()
Dmock_eatt.h49 MOCK_METHOD((bool), IsIndicationPending,
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.h196 virtual bool IsIndicationPending(const RawAddress& bd_addr,
Deatt.cc160 bool EattExtension::IsIndicationPending(const RawAddress& bd_addr, in IsIndicationPending() function in bluetooth::eatt::EattExtension
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc321 if (p_tcb->eatt && EattExtension::GetInstance()->IsIndicationPending( in gatt_is_srv_chg_ind_pending()