Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h237 #define ESP_BT_GAP_MAX_INQ_LEN (0x30) /*!< Maximum inquiry duration, unit is 1.28s … macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c74 inq_len > ESP_BT_GAP_MAX_INQ_LEN) { in esp_bt_gap_start_discovery()