This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How two-way transmission of data on nrf518

I tried to set a GATT server and a GATT client for each Central and Peripheral, but code exceeds the memory limit.

Then i consider to transport by HCI. But I totally confused after watch the sdk document. Does the HCI must work with UART ? In hci_transport.c, the hci_transport_pkt_write function call function of slip to send data on UART port. Does it not transport data by Bluetooth ?

Related