Home
last modified time | relevance | path

Searched defs:RemoveBond (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/service/common/android/bluetooth/
DIBluetooth.aidl52 boolean RemoveBond(String device_address); in RemoveBond() method
/packages/modules/Bluetooth/system/gd/security/
Dsecurity_manager.cc68 void SecurityManager::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::SecurityManager
Dfacade.cc178 ::grpc::Status RemoveBond( in RemoveBond() function in bluetooth::security::SecurityModuleFacadeService
/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_binder_server.cc151 Status BluetoothBinderServer::RemoveBond( in RemoveBond() function in ipc::binder::BluetoothBinderServer
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto17 rpc RemoveBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc173 void SecurityManagerImpl::RemoveBond(hci::AddressWithType device) { in RemoveBond() function in bluetooth::security::internal::SecurityManagerImpl
/packages/modules/Bluetooth/system/main/shim/
Dbtm.cc667 bool Btm::RemoveBond(const RawAddress& bd_addr) { in RemoveBond() function in bluetooth::shim::Btm
/packages/modules/Bluetooth/system/service/
Dadapter.cc434 bool RemoveBond(const std::string& device_address) override { in RemoveBond() function in bluetooth::AdapterImpl