Home | History | Annotate | Download | only in dbus

Lines Matching defs:BluetoothGattDescriptorClient

17 const char BluetoothGattDescriptorClient::kNoResponseError[] =
20 const char BluetoothGattDescriptorClient::kUnknownDescriptorError[] =
23 BluetoothGattDescriptorClient::Properties::Properties(
33 BluetoothGattDescriptorClient::Properties::~Properties() {
36 // The BluetoothGattDescriptorClient implementation used in production.
38 : public BluetoothGattDescriptorClient,
53 BluetoothGattDescriptorClient::Observer* observer) OVERRIDE {
60 BluetoothGattDescriptorClient::Observer* observer) OVERRIDE {
155 FOR_EACH_OBSERVER(BluetoothGattDescriptorClient::Observer, observers_,
163 FOR_EACH_OBSERVER(BluetoothGattDescriptorClient::Observer, observers_,
187 FOR_EACH_OBSERVER(BluetoothGattDescriptorClient::Observer, observers_,
238 ObserverList<BluetoothGattDescriptorClient::Observer> observers_;
249 BluetoothGattDescriptorClient::BluetoothGattDescriptorClient() {
252 BluetoothGattDescriptorClient::~BluetoothGattDescriptorClient() {
256 BluetoothGattDescriptorClient* BluetoothGattDescriptorClient::Create() {