mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Instead of returning None/bool from the IRQ, return None/int (where a zero value means success). This mirrors how the L2CAP_ACCEPT return value works. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>