Searched refs:gatt_build_uuid_to_stream_len (Results 1 – 5 of 5) sorted by relevance
42 len += 4 + gatt_build_uuid_to_stream_len(attr_it->p_value->uuid); in calculate_database_info_size()45 len += 8 + gatt_build_uuid_to_stream_len(attr_it->p_value->incl_handle.service_type); in calculate_database_info_size()48 len += 7 + gatt_build_uuid_to_stream_len((++attr_it)->uuid); in calculate_database_info_size()
191 *p_len = gatt_build_uuid_to_stream_len(attr16.p_value->uuid); in read_attr_value()
528 uint8_t gatt_build_uuid_to_stream_len(const bluetooth::Uuid& uuid);
565 handle_len = 4 + gatt_build_uuid_to_stream_len(*p_uuid); in gatt_build_primary_service_rsp()
547 uint8_t gatt_build_uuid_to_stream_len(const Uuid& uuid) { in gatt_build_uuid_to_stream_len() function