OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_subtype
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
81
UINT8 op_code = disc_type_to_att_opcode[p_clcb->
op_subtype
];
92
if (disc_type_to_uuid[p_clcb->
op_subtype
] != 0)
95
cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->
op_subtype
];
98
if (p_clcb->
op_subtype
== GATT_DISC_SRVC_BY_UUID) /* fill in the FindByTypeValue request info*/
101
cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->
op_subtype
];
137
switch (p_clcb->
op_subtype
)
144
if (p_clcb->
op_subtype
== GATT_READ_BY_TYPE)
173
p_clcb->
op_subtype
&= ~ 0x80;
190
p_clcb->
op_subtype
&= ~ 0x90;
194
GATT_TRACE_ERROR1("Unknown read type: %d", p_clcb->
op_subtype
);
[
all
...]
gatt_auth.c
371
(p_clcb->
op_subtype
== GATT_WRITE_NO_RSP))
gatt_api.c
857
p_clcb->
op_subtype
= disc_type;
913
p_clcb->
op_subtype
= type
[
all
...]
gatt_utils.c
[
all
...]
gatt_int.h
395
UINT8
op_subtype
; /* operation subtype */
member in struct:__anon3570
Completed in 54 milliseconds