Other Parts Discussed in Thread: CC2650, BLE-STACK
Hi,
I am trying to use CC2650 to implement advertisement and scan features. Currently I am using hostTest sample. After reading the hostTest code, I am feeling it does not support ALL standard LE HCI commands.
For example, I am trying to set LE advertising parameters. The code does not handle this HCI command.
TI does provide a vendor specific HCI command GAP_UpdateAdverstingData/GAP_MakeDiscoveable for advertising. But the question is that no place to set the advertising min/max. According to BT spec, the controller shall continue advertising until the host issues a stop. If I cannot set the adv interval min/max, how does the controller know when to send adv out?