Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c51 esp_err_t esp_bt_gap_start_discovery(esp_bt_inq_mode_t mode, uint8_t inq_len, uint8_t num_rsps) in esp_bt_gap_start_discovery() argument
65 if (inq_len < ESP_BT_GAP_MIN_INQ_LEN || in esp_bt_gap_start_discovery()
66 inq_len > ESP_BT_GAP_MAX_INQ_LEN) { in esp_bt_gap_start_discovery()
75 arg.start_disc.inq_len = inq_len; in esp_bt_gap_start_discovery()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_bt.h69 uint8_t inq_len; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h581 esp_err_t esp_bt_gap_start_discovery(esp_bt_inq_mode_t mode, uint8_t inq_len, uint8_t num_rsps);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c88 inq_params.duration = arg->start_disc.inq_len; in btc_gap_bt_start_discovery()