I am trying to run the beacon application in zephyr/samples/bluetooth/beacon.
Here is what I received in MiniCom
Starting Beacon Demo
[bt] [ERR] h4_get_type: Unknown H:4 type 0x00
[bt] [ERR] read_payload: Not enough space in buffer
I've been looking at the .h files and digging for the cause of these errors, but it's hard to understand all the functions being new with BLE hci. It will be really awesome if some can point me in the right direction.
Thanks,
Jie
Update: The solution is to flash the Arduino 101 for a HCI compatible BLE firmware by flashing the hci_uart application first. Now all application in the bluetooth samples are functional.
Reported by Jie Zhou:
Hi all,
I am trying to run the beacon application in zephyr/samples/bluetooth/beacon.
Here is what I received in MiniCom
Starting Beacon Demo [bt] [ERR] h4_get_type: Unknown H:4 type 0x00 [bt] [ERR] read_payload: Not enough space in buffer
I've been looking at the .h files and digging for the cause of these errors, but it's hard to understand all the functions being new with BLE hci. It will be really awesome if some can point me in the right direction.
Thanks, Jie
Update: The solution is to flash the Arduino 101 for a HCI compatible BLE firmware by flashing the hci_uart application first. Now all application in the bluetooth samples are functional.
(Imported from Jira SDK-60)