adafruit / Adafruit_nRF52_Bootloader

USB-enabled bootloaders for the nRF52 BLE SoC chips
MIT License
461 stars 415 forks source link

Fix OTA using nRF toolbox on iPhone (tested on SE and XS) #40

Closed se7ensong closed 5 years ago

se7ensong commented 5 years ago

When using nRF Toolbox on iPhone XS for legacy DFU, it sends PHY UPDATE REQ but are not handled properly causing update to stuck.

hathach commented 5 years ago

@se7ensong thank you very much, I have just confirmed your PR with a "borrowed" iPhone X.

hathach commented 5 years ago

hmm, just realize you changed HCI_RX_BUF_QUEUE_SIZE from 4 to 8, it is not related to the issue. I will change it back