Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c84 tGATT_CL_MSG cl_req; in gatt_act_discovery() local
88 memset(&cl_req, 0, sizeof(tGATT_CL_MSG)); in gatt_act_discovery()
90 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery()
91 cl_req.browse.e_handle = p_clcb->e_handle; in gatt_act_discovery()
94 cl_req.browse.uuid.len = 2; in gatt_act_discovery()
95 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()
99 cl_req.find_type_value.uuid.len = 2; in gatt_act_discovery()
100 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()
101 cl_req.find_type_value.s_handle = p_clcb->s_handle; in gatt_act_discovery()
102 cl_req.find_type_value.e_handle = p_clcb->e_handle; in gatt_act_discovery()
[all …]