nrf5 SDK equivalent of ncs/zephyr bt_monitor

Hi! 

Does the legacy SDK have something like bt_monitor in ncs/zephyr? `

Parents Reply Children
  • Hi Michael, 
    Thanks for the tip. Seems like an interesting tool. I haven't tried by it but from what I can see in the documentation seem that it would only be able to capture the BLE events reported by the softdevice to the application, not the full HCI communication: 

    • Connection events — LE Connection Complete, Disconnect, Connection Update
    • PHY management — LE Set PHY, LE PHY Update Complete
    • Advertising — LE Advertising Report with AD structure decoding (device name, flags, UUIDs, TX power)
    • ATT/GATT operations — Write Request, Read Response, Notifications, MTU Exchange
    • Encryption — Encryption Change, Long Term Key Request
    • Command Complete — Read BD ADDR, Read Local Version, Read Buffer Size

    But I think with these it's already very useful. 

Related