Lines Matching refs:uuid
86 cl_req.browse.uuid.len = 2;
87 cl_req.browse.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
92 cl_req.find_type_value.uuid.len = 2;
93 cl_req.find_type_value.uuid.uu.uuid16 = disc_type_to_uuid[p_clcb->op_subtype];
96 cl_req.find_type_value.value_len = p_clcb->uuid.len;
97 memcpy (cl_req.find_type_value.value, &p_clcb->uuid.uu, p_clcb->uuid.len);
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;
412 memcpy (&result.value.group_value.service_type, &p_clcb->uuid, sizeof(tBT_UUID));
464 memcpy (&result.type, &p_clcb->uuid, sizeof(tBT_UUID));
839 /* UUID not matching */
840 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid))
846 /* UUID match for read characteristic value */
848 /* only read the first matching UUID characteristic value, and
858 /* result is (handle, 16bits UUID) pairs */
1154 case GATT_RSP_FIND_TYPE_VALUE: /* disc service with UUID */