Searched defs:CreateBond (Results 1 – 8 of 8) 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
105 ::grpc::Status CreateBond( in CreateBond() function in bluetooth::security::SecurityModuleFacadeService
136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
11 rpc CreateBond(blueberry.facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
112 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
636 tBTM_STATUS Btm::CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in CreateBond() function in bluetooth::shim::Btm
377 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl