Lines Matching refs:uu
288 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16); in read_attr_value()
349 attr_uuid.uu.uuid16 = p_attr->uuid; in gatts_db_read_attr_value_by_type()
354 attr_uuid.uu.uuid32 = ((tGATT_ATTR32 *)p_attr)->uuid; in gatts_db_read_attr_value_by_type()
359 memcpy(attr_uuid.uu.uuid128, ((tGATT_ATTR128 *)p_attr)->uuid, LEN_UUID_128); in gatts_db_read_attr_value_by_type()
413 (type.uu.uuid16 == GATT_UUID_GAP_DEVICE_NAME)) in gatts_db_read_attr_value_by_type()
447 s_handle, e_handle, service.uu.uuid16); in gatts_add_included_service()
541 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
545 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
549 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
553 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
557 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
561 std_descr.uu.uuid16 ++; in gatt_convertchar_descr_type()
588 GATT_TRACE_DEBUG("gatts_add_char_descr uuid=0x%04x", p_descr_uuid->uu.uuid16); in gatts_add_char_descr()
948 if (p_uuid->len == LEN_UUID_16 && p_uuid->uu.uuid16 != GATT_ILLEGAL_UUID) in allocate_attr_in_db()
951 p_attr16->uuid = p_uuid->uu.uuid16; in allocate_attr_in_db()
957 p_attr32->uuid = p_uuid->uu.uuid32; in allocate_attr_in_db()
963 memcpy(p_attr128->uuid, p_uuid->uu.uuid128, LEN_UUID_128); in allocate_attr_in_db()
1176 uuid.uu.uuid16 = GATT_UUID_PRI_SERVICE; in gatts_db_add_service_declaration()
1178 uuid.uu.uuid16 = GATT_UUID_SEC_SERVICE; in gatts_db_add_service_declaration()
1188 p_attr->p_value->uuid.uu.uuid16 = p_service->uu.uuid16; in gatts_db_add_service_declaration()
1193 … gatt_convert_uuid32_to_uuid128(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid32); in gatts_db_add_service_declaration()
1198 memcpy(p_attr->p_value->uuid.uu.uuid128, p_service->uu.uuid128, LEN_UUID_128); in gatts_db_add_service_declaration()