/packages/modules/Bluetooth/system/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 | 56 void CreateBond(hci::AddressWithType address);
|
D | facade.cc | 105 ::grpc::Status CreateBond( in CreateBond() function in bluetooth::security::SecurityModuleFacadeService 112 security_module_->GetSecurityManager()->CreateBond(hci::AddressWithType(peer, peer_type)); in CreateBond()
|
/packages/modules/Bluetooth/system/service/common/android/bluetooth/ |
D | IBluetooth.aidl | 50 boolean CreateBond(String device_address, int transport); in CreateBond() method
|
/packages/modules/Bluetooth/system/service/test/ |
D | mock_adapter.h | 46 MOCK_METHOD2(CreateBond,
|
/packages/modules/Bluetooth/system/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 | 90 Status CreateBond(const ::android::String16& device_address,
|
/packages/modules/Bluetooth/system/service/ |
D | adapter.h | 150 virtual bool CreateBond(const std::string& device_address, int transport) = 0;
|
D | adapter.cc | 377 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl
|
/packages/modules/Bluetooth/system/main/shim/ |
D | btm.cc | 636 tBTM_STATUS Btm::CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in CreateBond() function in bluetooth::shim::Btm 650 security_manager->CreateBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CreateBond()
|
D | btm.h | 178 tBTM_STATUS CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
|
D | btm_api.cc | 1170 return Stack::GetInstance()->GetBtm()->CreateBond(bd_addr, addr_type, in BTM_SecBond()
|
/packages/modules/Bluetooth/system/blueberry/facade/security/ |
D | facade.proto | 11 rpc CreateBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_security.py | 80 self._device.security.CreateBond(
|
/packages/modules/Bluetooth/system/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
|