1--- instance0 --- 2gap_advertise 3_IRQ_CENTRAL_CONNECT 4_IRQ_GATTS_WRITE b'central0' 5gatts_write 6gatts_notify 7_IRQ_GATTS_WRITE b'central1' 8gatts_notify 9_IRQ_GATTS_WRITE b'central2' 10gatts_write 11gatts_indicate 12_IRQ_GATTS_INDICATE_DONE 0 13_IRQ_CENTRAL_DISCONNECT 14--- instance1 --- 15gap_connect 16_IRQ_PERIPHERAL_CONNECT 17_IRQ_GATTC_CHARACTERISTIC_RESULT UUID('00000000-1111-2222-3333-444444444444') 18_IRQ_GATTC_CHARACTERISTIC_DONE 19gattc_read 20_IRQ_GATTC_READ_RESULT b'periph0' 21_IRQ_GATTC_READ_DONE 0 22gattc_write 23_IRQ_GATTC_WRITE_DONE 0 24_IRQ_GATTC_NOTIFY b'periph1' 25gattc_read 26_IRQ_GATTC_READ_RESULT b'periph1' 27_IRQ_GATTC_READ_DONE 0 28gattc_write 29_IRQ_GATTC_WRITE_DONE 0 30_IRQ_GATTC_NOTIFY b'periph2' 31gattc_read 32_IRQ_GATTC_READ_RESULT b'central1' 33_IRQ_GATTC_READ_DONE 0 34gattc_write 35_IRQ_GATTC_WRITE_DONE 0 36_IRQ_GATTC_INDICATE b'periph3' 37gattc_read 38_IRQ_GATTC_READ_RESULT b'periph3' 39_IRQ_GATTC_READ_DONE 0 40gap_disconnect: True 41_IRQ_PERIPHERAL_DISCONNECT 42