OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_UUID_PRI_SERVICE
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gattdefs.h
32
#define
GATT_UUID_PRI_SERVICE
0x2800
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
62
GATT_UUID_PRI_SERVICE
, /* <service> DISC_SRVC_ALL */
63
GATT_UUID_PRI_SERVICE
, /* <service> for DISC_SERVC_BY_UUID */
417
result.type.uu.uuid16 =
GATT_UUID_PRI_SERVICE
;
[
all
...]
gatt_db.c
167
case
GATT_UUID_PRI_SERVICE
:
242
if (uuid16 ==
GATT_UUID_PRI_SERVICE
|| uuid16 == GATT_UUID_SEC_SERVICE)
[
all
...]
gatt_sr.c
548
p_rcb->type ==
GATT_UUID_PRI_SERVICE
)
761
tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {
GATT_UUID_PRI_SERVICE
}};
[
all
...]
gatt_api.c
512
if (p_sreg->type ==
GATT_UUID_PRI_SERVICE
)
[
all
...]
gatt_utils.c
[
all
...]
Completed in 25 milliseconds