Hi,
I have a CC256XQFNEM evaluation board to make a prototype.
To manage the CC2560XQFNEM, I have to use a PLD, an Actel Igloo, but it isn't define yet.
I read the bluetooth protocol, I saw an explanation of a ACL connection setup, on this paragraph :
Volume 2 - Core System Package [BR/EDR Controller Volume] - Part F Message Sequence Charts - 3 ACL Connection Establishment and Detachment
To start I will try to make a simple connection, without authentification and encryption.
For create a connection, I saw the HCI_create_connection command, but I also saw a paragraph named "HCI Configuration Parameters" on the bluetooth protocol.
In this paragraph, there are several commands and parameters like "Scan enable" for example.
My question is :
when a HCI_create_connection command is send to the controller, is that configure all the controller parameter like "Scan enable" ?
Or do i need to configure it by myself ? Or it doesn't matter ?
Scan enable is an example, but i have the same question for Pin Type, etc ...
If anybody can help me.
Best regards