Search found 2 matches
- Tue Apr 07, 2026 3:02 am
- Forum: General Discussion
- Topic: esp_hidd_dev_input_set
- Replies: 0
- Views: 33
esp_hidd_dev_input_set
I am working off of the esp_hid_device example, as that seems to be the most aligned with my final project goal of mimicing a bluetooth device, and the main method of sending data that this example uses is a function called `esp_hidd_dev_input_set`. I cannot find documentation on this function, and ...
- Thu Apr 02, 2026 10:48 pm
- Forum: General Discussion
- Topic: Creating a raw bluetooth sdp record from a byte array
- Replies: 0
- Views: 27
Creating a raw bluetooth sdp record from a byte array
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 ...