Hi,
I use a simple Sensor-tag application on ios and on my own cc2541 board with BLE stack 1.4.
I changed the device name on cc2541 but on ios7 app i see a 'null' name.
why it is happened ? i have a another device that i see its name. both of them with same code
----
2014-04-28 15:41:58.146 TempDrom[176:60b] Found a BLE Device : <CBPeripheral: 0x16d44f40 identifier = AECA94D3-506D-4648-7BE3-AC8B2211CB9B, Name = "(null)", state = disconnected>
2014-04-28 15:41:58.148 TempDrom[176:60b] RSSI is -90.000000
2014-04-28 15:41:58.149 TempDrom[176:60b] ADVER {
kCBAdvDataChannel = 37;
kCBAdvDataIsConnectable = 1;
}
---