Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.h56 void CreateBond(hci::AddressWithType address);
Dfacade.cc105 ::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/
DIBluetooth.aidl50 boolean CreateBond(String device_address, int transport); in CreateBond() method
/packages/modules/Bluetooth/system/service/test/
Dmock_adapter.h46 MOCK_METHOD2(CreateBond,
/packages/modules/Bluetooth/system/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.h90 Status CreateBond(const ::android::String16& device_address,
/packages/modules/Bluetooth/system/service/
Dadapter.h150 virtual bool CreateBond(const std::string& device_address, int transport) = 0;
Dadapter.cc377 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl
/packages/modules/Bluetooth/system/main/shim/
Dbtm.cc636 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()
Dbtm.h178 tBTM_STATUS CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type,
Dbtm_api.cc1170 return Stack::GetInstance()->GetBtm()->CreateBond(bd_addr, addr_type, in BTM_SecBond()
/packages/modules/Bluetooth/system/blueberry/facade/security/
Dfacade.proto11 rpc CreateBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_security.py80 self._device.security.CreateBond(
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.h87 void CreateBond(hci::AddressWithType address);
Dsecurity_manager_impl.cc112 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl