OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attp_send_cl_msg
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
108
st =
attp_send_cl_msg
(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req);
199
rt =
attp_send_cl_msg
(p_tcb, p_clcb->clcb_idx, op_code, &msg);
295
rt =
attp_send_cl_msg
(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag);
665
attp_send_cl_msg
(p_tcb, 0, GATT_HANDLE_VALUE_CONF, NULL);
699
attp_send_cl_msg
(p_tcb, 0, GATT_HANDLE_VALUE_CONF, NULL);
[
all
...]
att_protocol.c
518
** Function
attp_send_cl_msg
532
tGATT_STATUS
attp_send_cl_msg
(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg)
function
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
...]
gatt_int.h
547
extern tGATT_STATUS
attp_send_cl_msg
(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
Completed in 436 milliseconds