Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dle_acl_manager_facade.proto17 rpc IsOnBackgroundList(BackgroundRequestMsg) returns (BackgroundResultMsg) {} rpc
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h116 virtual void IsOnBackgroundList(AddressWithType address_with_type, std::promise<bool> promise);
Dacl_manager.cc272 void AclManager::IsOnBackgroundList(AddressWithType address_with_type, std::promise<bool> promise) { in IsOnBackgroundList() function in bluetooth::hci::AclManager
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_le_acl_manager.py131 return self.le_acl_manager.IsOnBackgroundList(
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc430 ::grpc::Status IsOnBackgroundList( in IsOnBackgroundList() function in bluetooth::hci::facade::LeAclManagerFacadeService
442 acl_manager_->IsOnBackgroundList(peer, std::move(promise)); in IsOnBackgroundList()