Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h41 ESP_BT_SET_COD_MAJOR_MINOR = 0x01, /*!< overwrite major, minor class */ enumerator
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c610 esp_bt_gap_set_cod(cod, ESP_BT_SET_COD_MAJOR_MINOR); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c409 esp_bt_gap_set_cod(cod ,ESP_BT_SET_COD_MAJOR_MINOR); in app_main()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c190 case ESP_BT_SET_COD_MAJOR_MINOR: in esp_bt_gap_set_cod()