OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_UUID_GAP_DEVICE_NAME
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/include/
gattdefs.h
50
#define
GATT_UUID_GAP_DEVICE_NAME
0x2A00
/system/bt/stack/gap/
gap_ble.c
226
if (p_db_attr->uuid !=
GATT_UUID_GAP_DEVICE_NAME
&&
232
case
GATT_UUID_GAP_DEVICE_NAME
:
246
GAP_TRACE_EVENT("
GATT_UUID_GAP_DEVICE_NAME
len=0x%04x", p_value->len);
404
uuid.uu.uuid16 = p_db_attr->uuid =
GATT_UUID_GAP_DEVICE_NAME
;
485
case
GATT_UUID_GAP_DEVICE_NAME
:
661
case
GATT_UUID_GAP_DEVICE_NAME
:
662
GAP_TRACE_EVENT ("
GATT_UUID_GAP_DEVICE_NAME
");
750
return gap_ble_accept_cl_operation (peer_bda,
GATT_UUID_GAP_DEVICE_NAME
, p_cback);
/system/bt/stack/gatt/
gatt_db.c
413
(type.uu.uuid16 ==
GATT_UUID_GAP_DEVICE_NAME
))
[
all
...]
Completed in 56 milliseconds