Home
last modified time | relevance | path

Searched refs:CreateBond (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/security/
Dsecurity_manager.cc33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::SecurityManager
34 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBond, in CreateBond()
Dsecurity_manager.h55 void CreateBond(hci::AddressWithType address);
Dfacade.cc108 ::grpc::Status CreateBond( in CreateBond() function in bluetooth::security::SecurityModuleFacadeService
117 security_module_->GetSecurityManager()->CreateBond(hci::AddressWithType(peer, peer_type)); in CreateBond()
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dsecurity_client.py56 …await self.__security.CreateBond(facade_pb2.CreateBondRequest(address=address, transport=transport…
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto11 rpc CreateBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h92 void CreateBond(hci::AddressWithType address);
Dsecurity_manager_impl.cc128 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_security.py80 self._device.security.CreateBond(
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto28 rpc CreateBond(CreateBondRequest) returns (CreateBondResponse) {} rpc
/packages/modules/Bluetooth/floss/pandora/floss/
Dadapter_client.py738 return bool(self.proxy().CreateBond(remote_device, int(transport)))
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs332 CreateBond, enumerator
1263 DelayedActions::CreateBond => { in handle_delayed_actions()
1773 tx.send(Message::DelayedAdapterActions(DelayedActions::CreateBond)).await; in discovery_state()