OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothServiceAttributeValueBlueZ
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/device/bluetooth/bluez/
bluetooth_service_attribute_value_bluez.h
27
class DEVICE_BLUETOOTH_EXPORT
BluetoothServiceAttributeValueBlueZ
{
31
using Sequence = std::vector<
BluetoothServiceAttributeValueBlueZ
>;
33
BluetoothServiceAttributeValueBlueZ
();
34
BluetoothServiceAttributeValueBlueZ
(Type type,
37
explicit
BluetoothServiceAttributeValueBlueZ
(
39
BluetoothServiceAttributeValueBlueZ
(
40
const
BluetoothServiceAttributeValueBlueZ
& attribute);
41
BluetoothServiceAttributeValueBlueZ
& operator=(
42
const
BluetoothServiceAttributeValueBlueZ
& attribute);
43
~
BluetoothServiceAttributeValueBlueZ
();
[
all
...]
bluetooth_service_attribute_value_bluez.cc
14
BluetoothServiceAttributeValueBlueZ
::
BluetoothServiceAttributeValueBlueZ
()
17
BluetoothServiceAttributeValueBlueZ
::
BluetoothServiceAttributeValueBlueZ
(
25
BluetoothServiceAttributeValueBlueZ
::
BluetoothServiceAttributeValueBlueZ
(
31
BluetoothServiceAttributeValueBlueZ
::
BluetoothServiceAttributeValueBlueZ
(
32
const
BluetoothServiceAttributeValueBlueZ
& attribute) {
36
BluetoothServiceAttributeValueBlueZ
& BluetoothServiceAttributeValueBlueZ:
[
all
...]
Completed in 797 milliseconds