Searched refs:IsConnectable (Results 1 – 4 of 4) sorted by relevance
35 bool IsConnectable() const;61 bool neighbor::ConnectabilityModule::impl::IsConnectable() const { in IsConnectable() function in bluetooth::neighbor::neighbor::ConnectabilityModule::impl85 bool neighbor::ConnectabilityModule::IsConnectable() const { in IsConnectable() function in bluetooth::neighbor::neighbor::ConnectabilityModule86 return pimpl_->IsConnectable(); in IsConnectable()
29 bool IsConnectable() const;
90 bool IsConnectable() { return is_connectable(advertising_event_properties); } in IsConnectable() function195 bool restart = p_inst->IsEnabled() && p_inst->IsConnectable(); in ConfigureRpa()210 bool restart = p_inst->IsEnabled() && p_inst->IsConnectable(); in ConfigureRpa()
426 if (GetConnectability()->IsConnectable()) { in GetClassicConnectabilityState()