Searched defs:IBluetooth (Results 1 - 1 of 1) sorted by relevance

/system/bt/service/common/bluetooth/binder/
H A DIBluetooth.h37 // /frameworks/base/core/java/android/bluetooth/IBluetooth.aidl.
41 class IBluetooth : public android::IInterface { class in namespace:ipc::binder
129 // Returns a handle to the IBluetooth Binder from the Android ServiceManager.
131 static android::sp<IBluetooth> getClientInterface();
133 // Methods declared in IBluetooth.aidl.
158 DISALLOW_COPY_AND_ASSIGN(IBluetooth);
161 // The Binder server interface to IBluetooth. A class that implements IBluetooth
163 class BnBluetooth : public android::BnInterface<IBluetooth> {
178 // The Binder client interface to IBluetooth
[all...]

Completed in 56 milliseconds