Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h577 esp_err_t esp_bt_gap_set_cod(esp_bt_cod_t cod, esp_bt_cod_mode_t mode);
/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.c180 esp_err_t esp_bt_gap_set_cod(esp_bt_cod_t cod, esp_bt_cod_mode_t mode) in esp_bt_gap_set_cod() function