Searched refs:esp_bt_inq_mode_t (Results 1 – 5 of 5) sorted by relevance
233 } esp_bt_inq_mode_t; typedef500 esp_err_t esp_bt_gap_start_discovery(esp_bt_inq_mode_t mode, uint8_t inq_len, uint8_t num_rsps);
74 esp_bt_inq_mode_t mode;
51 static const esp_bt_inq_mode_t inq_mode = ESP_BT_INQ_MODE_GENERAL_INQUIRY;
47 static const esp_bt_inq_mode_t inq_mode = ESP_BT_INQ_MODE_GENERAL_INQUIRY;
59 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()