Lines Matching refs:uu

288                 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);  in read_attr_value()
352 attr_uuid.uu.uuid16 = p_attr->uuid; in gatts_db_read_attr_value_by_type()
357 attr_uuid.uu.uuid32 = ((tGATT_ATTR32 *)p_attr)->uuid; in gatts_db_read_attr_value_by_type()
362 memcpy(attr_uuid.uu.uuid128, ((tGATT_ATTR128 *)p_attr)->uuid, LEN_UUID_128); in gatts_db_read_attr_value_by_type()
415 (type.uu.uuid16 == GATT_UUID_GAP_DEVICE_NAME)) in gatts_db_read_attr_value_by_type()
453 s_handle, e_handle, service.uu.uuid16); in gatts_add_included_service()
547 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
551 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
555 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
559 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
563 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
567 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
594 GATT_TRACE_DEBUG("gatts_add_char_descr uuid=0x%04x", p_descr_uuid->uu.uuid16); in gatts_add_char_descr()
956 if (p_uuid->len == LEN_UUID_16 && p_uuid->uu.uuid16 != GATT_ILLEGAL_UUID) in allocate_attr_in_db()
959 p_attr16->uuid = p_uuid->uu.uuid16; in allocate_attr_in_db()
965 p_attr32->uuid = p_uuid->uu.uuid32; in allocate_attr_in_db()
971 memcpy(p_attr128->uuid, p_uuid->uu.uuid128, LEN_UUID_128); in allocate_attr_in_db()
1191 uuid.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatts_db_add_service_declaration()
1193 uuid.uu.uuid16 = GATT_UUID_SEC_SERVICE; in gatts_db_add_service_declaration()
1203 p_attr->p_value->uuid.uu.uuid16 = p_service->uu.uuid16; in gatts_db_add_service_declaration()
1208 … gatt_convert_uuid32_to_uuid128(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid32); in gatts_db_add_service_declaration()
1213 memcpy(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid128, LEN_UUID_128); in gatts_db_add_service_declaration()