Is possible to change the profile (or class?) to a generic type (a generic "bluetooth device" is enough)?
I have tried the
Code: Select all
esp_bt_gap_set_cod
Code: Select all
ESP_BT_CLR_COD_SERVICE_CLASS
Someone can help me?
Thanks!
Code: Select all
esp_bt_gap_set_cod
Code: Select all
ESP_BT_CLR_COD_SERVICE_CLASS
Code: Select all
class.minor = 0b000101;
class.major = 0b00001;
class.service = 0b00000010000;
esp_err_t ret;
ret = esp_bt_gap_set_cod(class, ESP_BT_INIT_COD);
Users browsing this forum: No registered users and 56 guests