Searched defs:CreateBond (Results 1 – 8 of 8) sorted by relevance
33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::SecurityManager
9 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
35 …::grpc::Status CreateBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CreateBond() function in bluetooth::security::SecurityModuleFacadeService
50 boolean CreateBond(String device_address, int transport); in CreateBond() method
72 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
789 tBTM_STATUS bluetooth::shim::Btm::CreateBond(const RawAddress& bd_addr, in CreateBond() function in bluetooth::shim::Btm
371 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl