Home | History | Annotate | Download | only in binder

Lines Matching refs:Bluetooth

26 #include <bluetooth/binder/IBluetoothCallback.h>
27 #include <bluetooth/binder/IBluetoothGattClient.h>
28 #include <bluetooth/binder/IBluetoothGattServer.h>
29 #include <bluetooth/binder/IBluetoothLowEnergy.h>
30 #include <bluetooth/uuid.h>
35 // This class defines the Binder IPC interface for accessing the Bluetooth
37 // /frameworks/base/core/java/android/bluetooth/IBluetooth.aidl.
43 DECLARE_META_INTERFACE(Bluetooth);
142 virtual std::vector<bluetooth::UUID> GetUUIDs() = 0;
192 std::vector<bluetooth::UUID> GetUUIDs() override;