Part Number: CC2541
Tool/software: Code Composer Studio
1.CC2541 can scan to a maximum of 8 slaves at one master device. What is it's reason?Hardware reason or Software reason?
2. How many channel did CC2541 scan on once? 1 channel or 3 channel?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2541
Tool/software: Code Composer Studio
1.CC2541 can scan to a maximum of 8 slaves at one master device. What is it's reason?Hardware reason or Software reason?
2. How many channel did CC2541 scan on once? 1 channel or 3 channel?
Hi Alvin,
1) Software reason. You can change it by changing the following define:
// Maximum number of scan responses #define DEFAULT_MAX_SCAN_RES 8
However, this will require more memory.
2) Scanning happens on all three advertising channels. (This is required by the BLE Core Spec.)