OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothRemoteGattDescriptorChromeOS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_descriptor_chromeos.h
26
// The
BluetoothRemoteGattDescriptorChromeOS
class implements
29
class
BluetoothRemoteGattDescriptorChromeOS
55
BluetoothRemoteGattDescriptorChromeOS
(
58
virtual ~
BluetoothRemoteGattDescriptorChromeOS
();
82
base::WeakPtrFactory<
BluetoothRemoteGattDescriptorChromeOS
> weak_ptr_factory_;
84
DISALLOW_COPY_AND_ASSIGN(
BluetoothRemoteGattDescriptorChromeOS
);
bluetooth_remote_gatt_descriptor_chromeos.cc
31
BluetoothRemoteGattDescriptorChromeOS
::
BluetoothRemoteGattDescriptorChromeOS
(
41
BluetoothRemoteGattDescriptorChromeOS
::
42
~
BluetoothRemoteGattDescriptorChromeOS
() {
45
std::string
BluetoothRemoteGattDescriptorChromeOS
::GetIdentifier() const {
49
device::BluetoothUUID
BluetoothRemoteGattDescriptorChromeOS
::GetUUID() const {
57
bool
BluetoothRemoteGattDescriptorChromeOS
::IsLocal() const {
62
BluetoothRemoteGattDescriptorChromeOS
::GetValue() const {
67
BluetoothRemoteGattDescriptorChromeOS
::GetCharacteristic() const {
72
BluetoothRemoteGattDescriptorChromeOS
::GetPermissions() const
[
all
...]
Completed in 675 milliseconds