Home
last modified time | relevance | path

Searched refs:num_array (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_db.cc283 char num_array[2 * MAX_ARR_LEN + 1] = {0}; in SDP_AddAttribute() local
288 snprintf(&num_array[i * 2], sizeof(num_array) - i * 2, "%02X", (uint8_t)(p_val[i])); in SDP_AddAttribute()
291 handle, attr_id, attr_type, attr_len, std::format_ptr(p_val), num_array); in SDP_AddAttribute()