Part Number: CC2540
Other Parts Discussed in Thread: CC2640
I have a setup where a CC2540 and a CC2640 are communicating with each other over BLE. I have complete control of the CC2540 through UART (CC2540 is running the HostTest Application). I want to select only one channel for communication (because a test mandates it). How can I make the CC2540 send the following data:
OpCode: LL_CHANNEL_MAP_IND with the
ChannelMap: 0000 0000 0000 0000 0000 0000 0000 0000 0001
( LE DATA ) 0f 08 (LL_CHANNEL_MAP_IND) 01 (Channel Map) 00 00 00 00 01
Thanks in Advance!