Home
last modified time | relevance | path

Searched refs:tGATT_CL_MSG (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c83 tGATT_CL_MSG cl_req; in gatt_act_discovery()
88 memset(&cl_req, 0, sizeof(tGATT_CL_MSG)); in gatt_act_discovery()
140 tGATT_CL_MSG msg; in gatt_act_read()
143 memset (&msg, 0, sizeof(tGATT_CL_MSG)); in gatt_act_read()
303 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag); in gatt_send_queue_write_cancel()
Dgatt_int.h126 }tGATT_CL_MSG; typedef
574 …TT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
Datt_protocol.c533 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_ms… in attp_send_cl_msg()
Dgatt_api.c807 … ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu); in GATTC_ConfigureMTU()
1123 ret = attp_send_cl_msg(p_tcb, 0, GATT_HANDLE_VALUE_CONF, (tGATT_CL_MSG *)&handle); in GATTC_SendHandleValueConfirm()
Dgatt_utils.c2067 tGATT_CL_MSG msg; in gatt_send_write_msg()
2092 tGATT_CL_MSG msg; in gatt_act_send_browse()