Home
last modified time | relevance | path

Searched refs:CreateBond (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl50 boolean CreateBond(String device_address, int transport); in CreateBond() method
/system/bt/service/test/
Dmock_adapter.h43 MOCK_METHOD2(CreateBond,
/system/bt/service/
Dadapter.h149 virtual bool CreateBond(const std::string& device_address, int transport) = 0;
Dadapter.cc371 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond() function in bluetooth::AdapterImpl
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc136 Status BluetoothBinderServer::CreateBond( in CreateBond() function in ipc::binder::BluetoothBinderServer
141 adapter_->CreateBond(String8(device_address).string(), transport); in CreateBond()
Dbluetooth_binder_server.h87 Status CreateBond(const ::android::String16& device_address,