Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl50 boolean CreateBond(String device_address, int transport); in CreateBond() method
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
/system/bt/service/
Dadapter.cc371 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl