OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATT_CL_MSG
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
82
tGATT_CL_MSG
cl_req;
87
memset(&cl_req, 0, sizeof(
tGATT_CL_MSG
));
132
tGATT_CL_MSG
msg;
135
memset (&msg, 0, sizeof(
tGATT_CL_MSG
));
295
rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (
tGATT_CL_MSG
*)&flag);
[
all
...]
gatt_int.h
126
}
tGATT_CL_MSG
;
547
extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code,
tGATT_CL_MSG
*p_msg);
att_protocol.c
532
tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code,
tGATT_CL_MSG
*p_msg)
gatt_api.c
797
ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (
tGATT_CL_MSG
*)&mtu);
[
all
...]
gatt_utils.c
[
all
...]
Completed in 27 milliseconds