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
/system/bt/stack/gatt/
gatt_cl.c
117
st =
attp_send_cl_msg
(p_clcb->p_tcb, p_clcb->clcb_idx, op_code, &cl_req);
208
rt =
attp_send_cl_msg
(p_tcb, p_clcb->clcb_idx, op_code, &msg);
304
rt =
attp_send_cl_msg
(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag);
690
attp_send_cl_msg
(p_tcb, 0, GATT_HANDLE_VALUE_CONF, NULL);
724
attp_send_cl_msg
(p_tcb, 0, GATT_HANDLE_VALUE_CONF, NULL);
[
all
...]
att_protocol.c
491
** Function
attp_send_cl_msg
505
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
806
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
554
extern tGATT_STATUS
attp_send_cl_msg
(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
Completed in 124 milliseconds