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

/system/bt/stack/gatt/
H A Dgatt_cl.c84 tGATT_CL_MSG cl_req; local
89 memset(&cl_req, 0, sizeof(tGATT_CL_MSG));
91 cl_req.browse.s_handle = p_clcb->s_handle;
92 cl_req.browse.e_handle = p_clcb->e_handle;
96 cl_req.browse.uuid.len = 2;
97 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
102 cl_req.find_type_value.uuid.len = 2;
103 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
104 cl_req.find_type_value.s_handle = p_clcb->s_handle;
105 cl_req
[all...]

Completed in 22 milliseconds