Searched refs:IsOnBackgroundList (Results 1 – 5 of 5) sorted by relevance
17 rpc IsOnBackgroundList(BackgroundRequestMsg) returns (BackgroundResultMsg) {} rpc
116 virtual void IsOnBackgroundList(AddressWithType address_with_type, std::promise<bool> promise);
272 void AclManager::IsOnBackgroundList(AddressWithType address_with_type, std::promise<bool> promise) { in IsOnBackgroundList() function in bluetooth::hci::AclManager
131 return self.le_acl_manager.IsOnBackgroundList(
430 ::grpc::Status IsOnBackgroundList( in IsOnBackgroundList() function in bluetooth::hci::facade::LeAclManagerFacadeService442 acl_manager_->IsOnBackgroundList(peer, std::move(promise)); in IsOnBackgroundList()