Home
last modified time | relevance | path

Searched refs:ESP_BT_GAP_TPOLL_MAX (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h289 #define ESP_BT_GAP_TPOLL_MAX (0x1000) /*!< Maximum poll interval, unit is 625 micr… macro
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c416 if (t_poll < ESP_BT_GAP_TPOLL_MIN || t_poll > ESP_BT_GAP_TPOLL_MAX) { in esp_bt_gap_set_qos()