OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeBluetoothGattCharacteristicClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_client.h
22
//
FakeBluetoothGattCharacteristicClient
simulates the behavior of the
25
class CHROMEOS_EXPORT
FakeBluetoothGattCharacteristicClient
40
FakeBluetoothGattCharacteristicClient
();
41
virtual ~
FakeBluetoothGattCharacteristicClient
();
137
base::WeakPtrFactory<
FakeBluetoothGattCharacteristicClient
>
140
DISALLOW_COPY_AND_ASSIGN(
FakeBluetoothGattCharacteristicClient
);
fake_bluetooth_gatt_characteristic_client.cc
25
const char
FakeBluetoothGattCharacteristicClient
::
27
const char
FakeBluetoothGattCharacteristicClient
::
29
const char
FakeBluetoothGattCharacteristicClient
::
33
const char
FakeBluetoothGattCharacteristicClient
::kHeartRateMeasurementUUID[] =
35
const char
FakeBluetoothGattCharacteristicClient
::kBodySensorLocationUUID[] =
37
const char
FakeBluetoothGattCharacteristicClient
::kHeartRateControlPointUUID[] =
40
FakeBluetoothGattCharacteristicClient
::Properties::Properties(
48
FakeBluetoothGattCharacteristicClient
::Properties::~Properties() {
51
void
FakeBluetoothGattCharacteristicClient
::Properties::Get(
58
void
FakeBluetoothGattCharacteristicClient
::Properties::GetAll()
[
all
...]
Completed in 35 milliseconds