Home
last modified time | relevance | path

Searched refs:ESP_BT_COD_MAJOR_DEV_PERIPHERAL (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h179 ESP_BT_COD_MAJOR_DEV_PERIPHERAL = 5, /*!< Peripheral(mouse, joystick, keyboard) */ enumerator
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c609 cod.major = ESP_BT_COD_MAJOR_DEV_PERIPHERAL; in app_main()
Desp_hid_gap.c333 …if (cod->major == ESP_BT_COD_MAJOR_DEV_PERIPHERAL || (find_scan_result(disc_res->bda, bt_scan_resu… in handle_bt_device_result()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c408 cod.major = ESP_BT_COD_MAJOR_DEV_PERIPHERAL; in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c336 …if (cod->major == ESP_BT_COD_MAJOR_DEV_PERIPHERAL || (find_scan_result(disc_res->bda, bt_scan_resu… in handle_bt_device_result()