Other Parts Discussed in Thread: CC2540
Hi all,
I'm try to develop my own iOS app, role is to connect to CC2540 and read/write to characteristic.
I know that there is sample iOS source code which works with keyfob, but I have not tested this because I only have the SmartRF05 dev board.
So I try to modify this iOS source code to work with SimpleBLEPeripheral instead. Now my iPhone can scan and connect to CC2540, but when I try to read characteristic value, it needs to findServiceFromUUID, I modify the service uuid to 0xFFF0 (SIMPLEPROFILE_SERV_UUID), but iPhone cannot found this service.
Question is: Can I use any service uuid, or I need to follow some standard service uuid somewhere?
Is there any way to get iOS app read/write characteristic without discover services?
Could you please help, thank you.