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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c75 tGATT_CL_MSG cl_req;
79 memset(&cl_req, 0, sizeof(tGATT_CL_MSG));
122 tGATT_CL_MSG msg;
125 memset (&msg, 0, sizeof(tGATT_CL_MSG));
283 rt = attp_send_cl_msg(p_tcb, p_clcb->clcb_idx, GATT_REQ_EXEC_WRITE, (tGATT_CL_MSG *)&flag);
H A Dgatt_int.h125 }tGATT_CL_MSG; typedef in typeref:union:__anon1039
535 extern tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg);
H A Datt_protocol.c529 tGATT_STATUS attp_send_cl_msg (tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 op_code, tGATT_CL_MSG *p_msg)
H A Dgatt_api.c797 ret = attp_send_cl_msg (p_clcb->p_tcb, p_clcb->clcb_idx, GATT_REQ_MTU, (tGATT_CL_MSG *)&mtu);
1112 ret = attp_send_cl_msg(p_tcb, 0, GATT_HANDLE_VALUE_CONF, (tGATT_CL_MSG *)&handle);
H A Dgatt_utils.c1956 tGATT_CL_MSG msg;
1981 tGATT_CL_MSG msg;

Completed in 704 milliseconds