Home
last modified time | relevance | path

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

/system/bt/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.h50 void CreateBond(hci::AddressWithType address);
Dfacade.proto11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
Dfacade.cc49 …::grpc::Status CreateBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CreateBond() function in bluetooth::security::SecurityModuleFacadeService
54 security_module_->GetSecurityManager()->CreateBond(hci::AddressWithType(peer, peer_type)); in CreateBond()
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl50 boolean CreateBond(String device_address, int transport); in CreateBond() method
/system/bt/service/test/
Dmock_adapter.h43 MOCK_METHOD2(CreateBond,
/system/bt/service/
Dadapter.h149 virtual bool CreateBond(const std::string& device_address, int transport) = 0;
Dadapter.cc371 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl
/system/bt/gd/cert/
Dpy_security.py76 self._device.security.CreateBond(
/system/bt/main/shim/
Dbtm.h211 tBTM_STATUS CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
Dbtm.cc758 tBTM_STATUS Btm::CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in CreateBond() function in bluetooth::shim::Btm
772 security_manager->CreateBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CreateBond()
Dbtm_api.cc1034 return Stack::GetInstance()->GetBtm()->CreateBond(bd_addr, addr_type, in BTM_SecBond()
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
141 adapter_->CreateBond(String8(device_address).string(), transport); in CreateBond()
Dbluetooth_binder_server.h87 Status CreateBond(const ::android::String16& device_address,
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h83 void CreateBond(hci::AddressWithType address);
Dsecurity_manager_impl.cc88 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl