nrf5340 bluetooth, network core

Hello,

I am developing using nrf5340 and optimizing the Bluetooth throughput currently.

Although experiments go well, there are a few things I would like to know more about: the operation of the network core.

What my application does is send data using bt_gatt_notify, and bt_gatt_notify_cb. As I understand, the network core is supposed to handle the BT stack, right? So calling "notify" function is supposed to transfer the to be transmitted notification data to the network core if I have a correct understanding.

The question is, are there any configuration values to optimize the communication between two cores? Just want to make sure that I do not miss anything while optimizing. And how exactly is the communication handled between two cores while sending BT notifications? There are surely limited resources somewhere in the chain that could be tweaked, tuned? I want to perform some sort of test to make sure the bottleneck is not between inter-core communication. And if it is, want to understand the logic and possible tuning/trade-offs.

BR, Madis

Parents Reply Children
No Data
Related