OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_REQ_EXEC_WRITE
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
att_protocol.c
86
if (op_code ==
GATT_REQ_EXEC_WRITE
)
604
case
GATT_REQ_EXEC_WRITE
:
gatt_sr.c
279
if (op_code ==
GATT_REQ_EXEC_WRITE
&& status != GATT_SUCCESS)
[
all
...]
gatt_cl.c
283
rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx,
GATT_REQ_EXEC_WRITE
, (tGATT_CL_MSG *)&flag);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
91
#define
GATT_REQ_EXEC_WRITE
0x18
[
all
...]
Completed in 24 milliseconds