Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_manager.cc33 void SecurityManager::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::SecurityManager
Dfacade.proto9 rpc CreateBond(facade.BluetoothAddressWithType) returns (google.protobuf.Empty) {} rpc
Dfacade.cc35 …::grpc::Status CreateBond(::grpc::ServerContext* context, const facade::BluetoothAddressWithType* … in CreateBond() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl50 boolean CreateBond(String device_address, int transport); in CreateBond() method
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc72 void SecurityManagerImpl::CreateBond(hci::AddressWithType device) { in CreateBond() function in bluetooth::security::internal::SecurityManagerImpl
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
/system/bt/main/shim/
Dbtm.cc789 tBTM_STATUS bluetooth::shim::Btm::CreateBond(const RawAddress& bd_addr, in CreateBond() function in bluetooth::shim::Btm
/system/bt/service/
Dadapter.cc371 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl