Searched refs:browse (Results 1 – 7 of 7) sorted by relevance
553 if (GATT_HANDLE_IS_VALID (p_msg->browse.s_handle) && in attp_send_cl_msg()554 GATT_HANDLE_IS_VALID (p_msg->browse.e_handle) && in attp_send_cl_msg()555 p_msg->browse.s_handle <= p_msg->browse.e_handle) { in attp_send_cl_msg()557 p_msg->browse.s_handle, in attp_send_cl_msg()558 p_msg->browse.e_handle, in attp_send_cl_msg()559 p_msg->browse.uuid); in attp_send_cl_msg()
87 cl_req.browse.s_handle = p_clcb->s_handle; in gatt_act_discovery()88 cl_req.browse.e_handle = p_clcb->e_handle; in gatt_act_discovery()91 cl_req.browse.uuid.len = 2; in gatt_act_discovery()92 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype]; in gatt_act_discovery()142 msg.browse.s_handle = p_clcb->s_handle; in gatt_act_read()143 msg.browse.e_handle = p_clcb->e_handle; in gatt_act_read()145 memcpy(&msg.browse.uuid, &p_clcb->uuid, sizeof(tBT_UUID)); in gatt_act_read()147 msg.browse.uuid.len = LEN_UUID_16; in gatt_act_read()148 msg.browse.uuid.uu.uuid16 = GATT_UUID_CHAR_DECLARE; in gatt_act_read()
2222 msg.browse.s_handle = s_handle; in gatt_act_send_browse()2223 msg.browse.e_handle = e_handle; in gatt_act_send_browse()2224 memcpy(&msg.browse.uuid, &uuid, sizeof(tBT_UUID)); in gatt_act_send_browse()
121 tGATT_READ_BY_TYPE browse; /* read by type request */ member
924 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).