hi~
I have been studying about BLE. I have some question about BLE.
A master Bluetooth BE/EDR device can communicate with a maximum of seven devices. unlike a master BE/EDR device, master BLE device is not defined. (http://en.wikipedia.org/wiki/Bluetooth_low_energy)
I thought that a master BLE device can communicate with ten devices. so I made code considering 'SimpleBLECentral' sample project and run.
I can connect to three devices
but I get the error(bleNoResources : 0x15) when I try to establish a new connection to a fourth device.
why occur this error???
Can I connect a master to ten other device?
if possible, How can I do?
help me....