• Home
  • Raw
  • Download

Lines Matching refs:uuid

34       if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) ||  in calculate_database_info_size()
35 attr_it->uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE)) { in calculate_database_info_size()
37 len += 4 + gatt_build_uuid_to_stream_len(attr_it->p_value->uuid); in calculate_database_info_size()
38 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_INCLUDE_SERVICE)){ in calculate_database_info_size()
41 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_DECLARE)) { in calculate_database_info_size()
43 len += 7 + gatt_build_uuid_to_stream_len((++attr_it)->uuid); in calculate_database_info_size()
44 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_DESCRIPTION) || in calculate_database_info_size()
45 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG) || in calculate_database_info_size()
46 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_SRVR_CONFIG) || in calculate_database_info_size()
47 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_PRESENT_FORMAT) || in calculate_database_info_size()
48 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_AGG_FORMAT)) { in calculate_database_info_size()
51 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_EXT_PROP)) { in calculate_database_info_size()
66 if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_PRI_SERVICE) || in fill_database_info()
67 attr_it->uuid == Uuid::From16Bit(GATT_UUID_SEC_SERVICE)) { in fill_database_info()
77 gatt_build_uuid_to_stream(&p_data, attr_it->p_value->uuid); in fill_database_info()
78 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_INCLUDE_SERVICE)){ in fill_database_info()
86 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_DECLARE)) { in fill_database_info()
94 gatt_build_uuid_to_stream(&p_data, (++attr_it)->uuid); in fill_database_info()
95 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_DESCRIPTION) || in fill_database_info()
96 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_CLIENT_CONFIG) || in fill_database_info()
97 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_SRVR_CONFIG) || in fill_database_info()
98 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_PRESENT_FORMAT) || in fill_database_info()
99 attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_AGG_FORMAT)) { in fill_database_info()
102 UINT16_TO_STREAM(p_data, attr_it->uuid.As16Bit()); in fill_database_info()
103 } else if (attr_it->uuid == Uuid::From16Bit(GATT_UUID_CHAR_EXT_PROP)) { in fill_database_info()
106 UINT16_TO_STREAM(p_data, attr_it->uuid.As16Bit()); in fill_database_info()