micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
--- instance0 ---
|
||||
gap_advertise
|
||||
_IRQ_CENTRAL_CONNECT
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_CENTRAL_DISCONNECT
|
||||
gap_advertise
|
||||
_IRQ_CENTRAL_CONNECT
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_GATTS_READ_REQUEST
|
||||
_IRQ_GATTS_WRITE
|
||||
_IRQ_CENTRAL_DISCONNECT
|
||||
--- instance1 ---
|
||||
gap_connect
|
||||
_IRQ_PERIPHERAL_CONNECT
|
||||
gattc_discover_services
|
||||
_IRQ_GATTC_SERVICE_RESULT UUID('a5a5a5a5-ffff-9999-1111-5a5a5a5a5a5a')
|
||||
_IRQ_GATTC_SERVICE_DONE
|
||||
gattc_discover_characteristics
|
||||
_IRQ_GATTC_CHARACTERISTIC_RESULT UUID('00000000-1111-2222-3333-444444444444')
|
||||
_IRQ_GATTC_CHARACTERISTIC_DONE
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b''
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b'0'
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b'1'
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b'2'
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gap_disconnect: True
|
||||
_IRQ_PERIPHERAL_DISCONNECT
|
||||
gap_connect
|
||||
_IRQ_PERIPHERAL_CONNECT
|
||||
gattc_discover_services
|
||||
_IRQ_GATTC_SERVICE_RESULT UUID('a5a5a5a5-ffff-9999-1111-5a5a5a5a5a5a')
|
||||
_IRQ_GATTC_SERVICE_DONE
|
||||
gattc_discover_characteristics
|
||||
_IRQ_GATTC_CHARACTERISTIC_RESULT UUID('00000000-1111-2222-3333-444444444444')
|
||||
_IRQ_GATTC_CHARACTERISTIC_DONE
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b'3'
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b'0'
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b'1'
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gattc_read
|
||||
_IRQ_GATTC_READ_RESULT b'2'
|
||||
_IRQ_GATTC_READ_DONE 0
|
||||
gattc_write
|
||||
_IRQ_GATTC_WRITE_DONE 0
|
||||
gap_disconnect: True
|
||||
_IRQ_PERIPHERAL_DISCONNECT
|
Reference in New Issue
Block a user