Home
last modified time | relevance | path

Searched refs:IsConnectable (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/neighbor/
Dconnectability.cc35 bool IsConnectable() const;
61 bool neighbor::ConnectabilityModule::impl::IsConnectable() const { in IsConnectable() function in bluetooth::neighbor::neighbor::ConnectabilityModule::impl
85 bool neighbor::ConnectabilityModule::IsConnectable() const { in IsConnectable() function in bluetooth::neighbor::neighbor::ConnectabilityModule
86 return pimpl_->IsConnectable(); in IsConnectable()
Dconnectability.h29 bool IsConnectable() const;
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc90 bool IsConnectable() { return is_connectable(advertising_event_properties); } in IsConnectable() function
195 bool restart = p_inst->IsEnabled() && p_inst->IsConnectable(); in ConfigureRpa()
210 bool restart = p_inst->IsEnabled() && p_inst->IsConnectable(); in ConfigureRpa()
/system/bt/main/shim/
Dbtm.cc426 if (GetConnectability()->IsConnectable()) { in GetClassicConnectabilityState()