diff --git a/nimble/host/include/host/ble_gap.h b/nimble/host/include/host/ble_gap.h index b19fe546a..d9b0c96ff 100644 --- a/nimble/host/include/host/ble_gap.h +++ b/nimble/host/include/host/ble_gap.h @@ -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; }; };