mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
17 lines
322 B
Plaintext
17 lines
322 B
Plaintext
--- instance0 ---
|
|
gap_advertise
|
|
_IRQ_CENTRAL_CONNECT
|
|
_IRQ_CENTRAL_DISCONNECT
|
|
gap_advertise
|
|
_IRQ_CENTRAL_CONNECT
|
|
gap_disconnect: True
|
|
_IRQ_CENTRAL_DISCONNECT
|
|
--- instance1 ---
|
|
gap_connect
|
|
_IRQ_PERIPHERAL_CONNECT
|
|
gap_disconnect: True
|
|
_IRQ_PERIPHERAL_DISCONNECT
|
|
gap_connect
|
|
_IRQ_PERIPHERAL_CONNECT
|
|
_IRQ_PERIPHERAL_DISCONNECT
|