Home
last modified time | relevance | path

Searched refs:CreateBondLe (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dle_security_test.py124 self.dut.security.CreateBondLe(self.cert_address)
140 self.cert.security.CreateBondLe(self.dut_address)
189 self.dut.security.CreateBondLe(self.cert_address)
227 self.cert.security.CreateBondLe(self.dut_address)
265 self.cert.security.CreateBondLe(self.dut_address)
304 self.dut.security.CreateBondLe(self.cert_address)
343 self.dut.security.CreateBondLe(self.cert_address)
382 self.cert.security.CreateBondLe(self.dut_address)
420 self.cert.security.CreateBondLe(self.dut_address)
459 self.dut.security.CreateBondLe(self.cert_address)
[all …]
/packages/modules/Bluetooth/system/gd/security/
Dsecurity_manager.cc56 void SecurityManager::CreateBondLe(hci::AddressWithType device) { in CreateBondLe() function in bluetooth::security::SecurityManager
57 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBondLe, in CreateBondLe()
Dsecurity_manager.h81 void CreateBondLe(hci::AddressWithType address);
Dfacade.cc165 ::grpc::Status CreateBondLe( in CreateBondLe() function in bluetooth::security::SecurityModuleFacadeService
174 security_module_->GetSecurityManager()->CreateBondLe(hci::AddressWithType(peer, peer_type)); in CreateBondLe()
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto15 rpc CreateBondLe(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h111 void CreateBondLe(hci::AddressWithType address);
Dsecurity_manager_impl.cc154 void SecurityManagerImpl::CreateBondLe(hci::AddressWithType address) { in CreateBondLe() function in bluetooth::security::internal::SecurityManagerImpl