Home | History | Annotate | Download | only in gatt

Lines Matching refs:browse

81         cl_req.browse.s_handle = p_clcb->s_handle;
82 cl_req.browse.e_handle = p_clcb->e_handle;
86 cl_req.browse.uuid.len = 2;
87 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
132 msg.browse.s_handle = p_clcb->s_handle;
133 msg.browse.e_handle = p_clcb->e_handle;
135 memcpy(&msg.browse.uuid, &p_clcb->uuid, sizeof(tBT_UUID));
138 msg.browse.uuid.len = LEN_UUID_16;
139 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE;