kopia lustrzana https://github.com/micropython/micropython
18 wiersze
426 B
Plaintext
18 wiersze
426 B
Plaintext
--- instance0 ---
|
|
gap_advertise
|
|
_IRQ_CENTRAL_CONNECT
|
|
_IRQ_ENCRYPTION_UPDATE 1 0 1
|
|
_IRQ_GATTS_READ_REQUEST
|
|
_IRQ_CENTRAL_DISCONNECT
|
|
--- instance1 ---
|
|
gap_connect
|
|
_IRQ_PERIPHERAL_CONNECT
|
|
_IRQ_GATTC_CHARACTERISTIC_RESULT UUID('00000000-1111-2222-3333-444444444444')
|
|
_IRQ_GATTC_CHARACTERISTIC_DONE
|
|
gap_pair
|
|
_IRQ_ENCRYPTION_UPDATE 1 0 1
|
|
gattc_read
|
|
_IRQ_GATTC_READ_RESULT b'encrypted'
|
|
gap_disconnect: True
|
|
_IRQ_PERIPHERAL_DISCONNECT
|