Hi,
I have recently purchased a nRF52840-Preview DK board with the purpose to test Bluetooth 5.0 Specification based features like LE advertising Extension and LE 2M PHY etc. I am using RPI3 board as host PC with bluez upstream stack - 5.48 and underlying Bluez kernel. And in nRF52840 board, I have flashed hci_uart Zephyr based utility to communicate with BT controller. Now, when I try to check the LMP supported command, I see that Controller does not support LE Advertising Extension or LE 2M PHY related commands. I also tried to fire LE Advertising Extension command like LE Set Extended Advertising Parameters command using hcitool utility (utility to send command directly to Chip HCI from Host SW stack) to check how the chip responds. The result is, Chip does not recognize the command and reports Command Complete event with error status as Unknown HCI command. Kindly help! I am completely stuck due to this. How to test BT 5.0 features using this board?
BR,
-Anupam Roy