Home | History | Annotate | Download | only in binder

Lines Matching full:bluetooth

27 #include "service/common/bluetooth/binder/IBluetooth.h"
28 #include "service/common/bluetooth/binder/IBluetoothCallback.h"
29 #include "service/common/bluetooth/binder/IBluetoothGattClient.h"
30 #include "service/common/bluetooth/binder/IBluetoothGattServer.h"
31 #include "service/common/bluetooth/binder/IBluetoothLowEnergy.h"
32 #include "service/common/bluetooth/uuid.h"
40 public bluetooth::Adapter::Observer {
42 explicit BluetoothBinderServer(bluetooth::Adapter* adapter);
53 std::vector<bluetooth::UUID> GetUUIDs() override;
68 // bluetooth::Adapter::Observer overrides:
69 void OnAdapterStateChanged(bluetooth::Adapter* adapter,
70 bluetooth::AdapterState prev_state,
71 bluetooth::AdapterState new_state) override;
74 bluetooth::Adapter* adapter_; // weak