OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateCharacteristicId
(Results
1 - 5
of
5
) sorted by null
/system/bt/service/test/
gatt_identifier_unittest.cpp
61
auto char0 = GattIdentifier::
CreateCharacteristicId
(kId1, kUUID1, *service0);
72
auto char1 = GattIdentifier::
CreateCharacteristicId
(kId0, kUUID1, *service0);
73
auto char2 = GattIdentifier::
CreateCharacteristicId
(kId1, kUUID0, *service0);
74
auto char3 = GattIdentifier::
CreateCharacteristicId
(kId1, kUUID1, *service1);
88
auto char0 = GattIdentifier::
CreateCharacteristicId
(kId1, kUUID1, *service0);
98
auto char1 = GattIdentifier::
CreateCharacteristicId
(kId0, kUUID1, *service0);
parcel_helpers_unittest.cpp
157
auto char_id = GattIdentifier::
CreateCharacteristicId
(3, uuid1, *service_id);
/system/bt/service/common/bluetooth/
gatt_identifier.cpp
49
std::unique_ptr<GattIdentifier> GattIdentifier::
CreateCharacteristicId
(
185
return
CreateCharacteristicId
(char_instance_id_, char_uuid_, *service_id);
gatt_identifier.h
42
static std::unique_ptr<GattIdentifier>
CreateCharacteristicId
(
/system/bt/service/
gatt_server.cpp
252
return GattIdentifier::
CreateCharacteristicId
(
Completed in 1786 milliseconds