Searched defs:CreateBond (Results 1 – 10 of 10) sorted by relevance
50 boolean CreateBond(String device_address, int transport); in CreateBond() method
33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::SecurityManager
11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
93 …::grpc::Status CreateBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CreateBond() function in bluetooth::security::SecurityModuleFacadeService
136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
287 int BluetoothIntf::CreateBond(const RustRawAddress& address, int transport) const { in CreateBond() function in bluetooth::topshim::rust::BluetoothIntf
615 tBTM_STATUS Btm::CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in CreateBond() function in bluetooth::shim::Btm
112 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
372 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl
131 fn CreateBond(&self, address: &RustRawAddress, transport: i32) -> i32; in CreateBond() function