mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-02 08:07:55 +00:00
fix(nimble): Fix the size of num_packets in dtm event
This commit is contained in:
@@ -1244,7 +1244,7 @@ struct ble_gap_event {
|
||||
* Valid only for BLE_GAP_DTM_END_EVT
|
||||
* shall be 0 for a transmitter.
|
||||
*/
|
||||
uint8_t num_pkt;
|
||||
uint16_t num_pkt;
|
||||
} dtm_state;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user