micropython/tests/multi_bluetooth/ble_characteristic.py.exp

25 lines
581 B
Plaintext

--- instance0 ---
gap_advertise
_IRQ_CENTRAL_CONNECT
_IRQ_GATTS_WRITE b'central0'
_IRQ_GATTS_WRITE b'central1'
_IRQ_CENTRAL_DISCONNECT
--- instance1 ---
gap_connect
_IRQ_PERIPHERAL_CONNECT
_IRQ_GATTC_SERVICE_RESULT UUID128('00000000-1111-2222-3333-444444444444')
gattc_read
_IRQ_GATTC_READ_RESULT b'periph0'
gattc_write
_IRQ_GATTC_WRITE_STATUS 0
_IRQ_GATTC_NOTIFY b'periph1'
gattc_read
_IRQ_GATTC_READ_RESULT b'periph1'
gattc_write
_IRQ_GATTC_WRITE_STATUS 0
_IRQ_GATTC_NOTIFY b'periph2'
gattc_read
_IRQ_GATTC_READ_RESULT b'central1'
gap_disconnect: True
_IRQ_PERIPHERAL_DISCONNECT