/system/bt/service/common/android/bluetooth/ |
D | IBluetooth.aidl | 50 boolean CreateBond(String device_address, int transport); in CreateBond() method
|
/system/bt/gd/security/ |
D | security_manager.cc | 33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::SecurityManager 34 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBond, in CreateBond()
|
D | security_manager.h | 53 void CreateBond(hci::AddressWithType address);
|
D | facade.proto | 11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
|
D | facade.cc | 93 …::grpc::Status CreateBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CreateBond() function in bluetooth::security::SecurityModuleFacadeService 98 security_module_->GetSecurityManager()->CreateBond(hci::AddressWithType(peer, peer_type)); in CreateBond()
|
/system/bt/gd/rust/topshim/btif/ |
D | btif_shim.h | 59 int CreateBond(const RustRawAddress& address, int transport) const;
|
D | btif_shim.cc | 287 int BluetoothIntf::CreateBond(const RustRawAddress& address, int transport) const { in CreateBond() function in bluetooth::topshim::rust::BluetoothIntf
|
/system/bt/service/test/ |
D | mock_adapter.h | 43 MOCK_METHOD2(CreateBond,
|
/system/bt/service/ |
D | adapter.h | 149 virtual bool CreateBond(const std::string& device_address, int transport) = 0;
|
D | adapter.cc | 372 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl
|
/system/bt/gd/rust/topshim/src/ |
D | btif.rs | 131 fn CreateBond(&self, address: &RustRawAddress, transport: i32) -> i32; in CreateBond() function 328 self.internal.CreateBond(address, transport) in create_bond()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer 141 adapter_->CreateBond(String8(device_address).string(), transport); in CreateBond()
|
D | bluetooth_binder_server.h | 87 Status CreateBond(const ::android::String16& device_address,
|
/system/bt/main/shim/ |
D | btm.h | 179 tBTM_STATUS CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
|
D | btm.cc | 615 tBTM_STATUS Btm::CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in CreateBond() function in bluetooth::shim::Btm 629 security_manager->CreateBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CreateBond()
|
D | btm_api.cc | 1192 return Stack::GetInstance()->GetBtm()->CreateBond(bd_addr, addr_type, in BTM_SecBond()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 87 void CreateBond(hci::AddressWithType address);
|
D | security_manager_impl.cc | 112 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
|
/system/bt/gd/cert/ |
D | py_security.py | 83 self._device.security.CreateBond(
|