Searched refs:ESP_BT_GAP_TPOLL_MAX (Results 1 – 2 of 2) sorted by relevance
289 #define ESP_BT_GAP_TPOLL_MAX (0x1000) /*!< Maximum poll interval, unit is 625 micr… macro
416 if (t_poll < ESP_BT_GAP_TPOLL_MIN || t_poll > ESP_BT_GAP_TPOLL_MAX) { in esp_bt_gap_set_qos()