HomeSort by relevance Sort by last modified time
    Searched refs:IBluetoothLowEnergyCallback (Results 1 - 10 of 10) sorted by null

  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergyCallback.cpp 17 #include "service/common/bluetooth/binder/IBluetoothLowEnergyCallback.h"
36 const char IBluetoothLowEnergyCallback::kServiceName[] =
47 VLOG(2) << "IBluetoothLowEnergyCallback: " << code;
99 : BpInterface<IBluetoothLowEnergyCallback>(impl) {
107 IBluetoothLowEnergyCallback::getInterfaceDescriptor());
112 IBluetoothLowEnergyCallback::ON_CLIENT_REGISTERED_TRANSACTION,
123 IBluetoothLowEnergyCallback::getInterfaceDescriptor());
130 IBluetoothLowEnergyCallback::ON_CONNECTION_STATE_TRANSACTION,
140 IBluetoothLowEnergyCallback::getInterfaceDescriptor());
146 IBluetoothLowEnergyCallback::ON_MTU_CHANGED_TRANSACTION
    [all...]
IBluetoothLowEnergyCallback.h 37 /* oneway */ class IBluetoothLowEnergyCallback : public android::IInterface {
70 DISALLOW_COPY_AND_ASSIGN(IBluetoothLowEnergyCallback);
74 // implements IBluetoothLowEnergyCallback must inherit from this class.
76 : public android::BnInterface<IBluetoothLowEnergyCallback> {
91 // The Binder client interface to IBluetoothLowEnergyCallback.
93 : public android::BpInterface<IBluetoothLowEnergyCallback> {
98 // IBluetoothLowEnergyCallback overrides:
IBluetoothLowEnergy.h 27 #include <bluetooth/binder/IBluetoothLowEnergyCallback.h>
72 const android::sp<IBluetoothLowEnergyCallback>& callback) = 0;
125 const android::sp<IBluetoothLowEnergyCallback>& callback) override;
IBluetoothLowEnergy.cpp 53 interface_cast<IBluetoothLowEnergyCallback>(callback));
163 const sp<IBluetoothLowEnergyCallback>& callback) {
  /system/bt/service/doc/
IBluetoothLowEnergyCallback.txt 21 oneway interface IBluetoothLowEnergyCallback {
IBluetoothLowEnergy.txt 27 boolean registerClient(in IBluetoothLowEnergyCallback callback);
62 * application with the associated IBluetoothLowEnergyCallback event will be
82 * IBluetoothLowEnergyCallback.onMultiAdvertiseCallback. See the headers in
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 24 #include "service/common/bluetooth/binder/IBluetoothLowEnergyCallback.h"
47 const android::sp<IBluetoothLowEnergyCallback>& callback) override;
74 // Returns a pointer to the IBluetoothLowEnergyCallback instance associated
76 android::sp<IBluetoothLowEnergyCallback> GetLECallback(int client_id);
bluetooth_low_energy_binder_server.cpp 39 const android::sp<IBluetoothLowEnergyCallback>& callback) {
267 android::sp<IBluetoothLowEnergyCallback>
270 return android::sp<IBluetoothLowEnergyCallback>(
271 static_cast<IBluetoothLowEnergyCallback*>(cb.get()));
289 android::sp<IBluetoothLowEnergyCallback> cb(
290 static_cast<IBluetoothLowEnergyCallback*>(callback.get()));
  /system/bt/service/
Android.mk 61 common/bluetooth/binder/IBluetoothLowEnergyCallback.cpp \
  /system/bt/service/client/
main.cpp 40 #include <bluetooth/binder/IBluetoothLowEnergyCallback.h>
155 // IBluetoothLowEnergyCallback overrides:

Completed in 2672 milliseconds