Searched refs:CreateBond (Results 1 – 11 of 11) sorted by relevance
33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::SecurityManager34 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBond, in CreateBond()
55 void CreateBond(hci::AddressWithType address);
108 ::grpc::Status CreateBond( in CreateBond() function in bluetooth::security::SecurityModuleFacadeService117 security_module_->GetSecurityManager()->CreateBond(hci::AddressWithType(peer, peer_type)); in CreateBond()
56 …await self.__security.CreateBond(facade_pb2.CreateBondRequest(address=address, transport=transport…
11 rpc CreateBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
92 void CreateBond(hci::AddressWithType address);
128 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
80 self._device.security.CreateBond(
28 rpc CreateBond(CreateBondRequest) returns (CreateBondResponse) {} rpc
738 return bool(self.proxy().CreateBond(remote_device, int(transport)))
332 CreateBond, enumerator1263 DelayedActions::CreateBond => { in handle_delayed_actions()1773 tx.send(Message::DelayedAdapterActions(DelayedActions::CreateBond)).await; in discovery_state()