fix(nimble): Fix the size of num_packets in dtm event

This commit is contained in:
Rahul Tank
2024-04-09 18:54:13 +05:30
parent 54eef74cd5
commit 5b99e0eb72
+1 -1
View File
@@ -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;
};
};