Page 1 of 1

Creating a raw bluetooth sdp record from a byte array

Posted: Thu Apr 02, 2026 10:48 pm
by pkness
I am attempting to have my ESP32 mimic a BR/EDR bluetooth device, I have two SDP records in byte array form that I want to use, but I don't know how to do it, as the ESP-IDF bluetooth api only provides the create_sdp_records with profiles, and the raw record profile seems to be for searching, not for creation.