Other Parts Discussed in Thread: BLE-STACK, CC2541, CC2640
Hi all,
I have the question about parameter maxScanResponse in HCI function GAP_DeviceInit (opcode 0xFE00). I had read that this parameter has to affect size of buffer space for received advertisiment packets,because do allocation buffer in RAM memory and its default value is 3.
I'm using ble-stack, running on CC2541F256 as Network processor with Master mode configuration and I need to connect to maximum possible number of slave devices.
My questions are:
- How much space occupies one advertisiment packet?
- How look a buffer overflow? Is it some kind of circle buffer or anything else?
- Could you advise me some tested or recommanded value for my use?
I hope, that there will be someone who can advise me. Thank you in advance for your help.