Home
last modified time | relevance | path

Searched defs:CreateBond (Results 1 – 10 of 10) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl50 boolean CreateBond(String device_address, int transport); in CreateBond() method
/system/bt/gd/security/
Dsecurity_manager.cc33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::SecurityManager
Dfacade.proto11 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
Dfacade.cc93 …::grpc::Status CreateBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CreateBond() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc287 int BluetoothIntf::CreateBond(const RustRawAddress& address, int transport) const { in CreateBond() function in bluetooth::topshim::rust::BluetoothIntf
/system/bt/main/shim/
Dbtm.cc615 tBTM_STATUS Btm::CreateBond(const RawAddress& bd_addr, tBLE_ADDR_TYPE addr_type, in CreateBond() function in bluetooth::shim::Btm
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc112 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/service/
Dadapter.cc372 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl
/system/bt/gd/rust/topshim/src/
Dbtif.rs131 fn CreateBond(&self, address: &RustRawAddress, transport: i32) -> i32; in CreateBond() function