hello, i am trying an example of a Node running multi-peripheral with ble_nus service. I have a question: Suppose when Node receives a packet from central A, Node will call ble_nus_handler and in this handler, Node will send that packet via UART. While sending UART, ie the handler function has not been completed, there are many Central B, C, ... send other packets to. How will these packets be handled? Are they lost?