You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'bugfix/fix_some_ble_bugs_2503' into 'master'
Bugfix/fix some ble bugs 2503
Closes BLERP-1678, BLERP-1679, BLERP-1680, BLERP-1681, BLERP-1683, BLERP-1685, and BLERP-1687
See merge request espressif/esp-idf!37930
Copy file name to clipboardExpand all lines: components/bt/host/bluedroid/api/include/api/esp_gap_ble_api.h
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,7 @@ typedef enum {
245
245
ESP_GAP_BLE_SUBRATE_REQUEST_COMPLETE_EVT, /*!< when subrate request command complete, the event comes */
246
246
ESP_GAP_BLE_SUBRATE_CHANGE_EVT, /*!< when Connection Subrate Update procedure has completed and some parameters of the specified connection have changed, the event comes */
247
247
ESP_GAP_BLE_SET_HOST_FEATURE_CMPL_EVT, /*!< When host feature set complete, the event comes */
248
+
ESP_GAP_BLE_READ_CHANNEL_MAP_COMPLETE_EVT, /*!< When BLE channel map result is received, the event comes */
248
249
ESP_GAP_BLE_EVT_MAX, /*!< when maximum advertising event complete, the event comes */
249
250
} esp_gap_ble_cb_event_t;
250
251
@@ -1324,6 +1325,14 @@ typedef union {
1324
1325
if the RSSI cannot be read, the RSSI metric shall be set to 127. */
1325
1326
esp_bd_addr_tremote_addr; /*!< The remote device address */
1326
1327
} read_rssi_cmpl; /*!< Event parameter of ESP_GAP_BLE_READ_RSSI_COMPLETE_EVT */
0 commit comments