ios - Add a discoverable BLE GATT service & characterstics -


working on corebluetooth application able discover services 8880 , characteristics 8881 & 8882.after discovering getting aa command peripheral device , in response sending 42 command peripheral.up here fine .in next phase particular device info sending 70 peripheral receive 71 out put here problem once send 70 peripheral receiving , sending 71 cannot see sended value in console.and have placed quoestion manufacturer team have have sended following details add

  1. add discoverable ble gatt service uuid (little endian) is: 0x44, 0x98, 0xff, 0xd5, 0x02, 0x4f, 0x39, 0x8e, 0xfb, 0x49, 0x6a, 0xc4, 0x4a, 0x51, 0x3c, 0xe2

  2. add discoverable ble gatt characteristic (writable, indictable , notifiable) inside service: 0x83, 0x46, 0xf6, 0xeb, 0x31, 0xc1, 0x85, 0x84, 0x93, 0x44, 0x57, 0x03, 0xfc, 0xb8, 0x23, 0x07

  3. after receiving aa 03, send 0x42. ios app should able setup logical connection receiving data watch.

as per understanding have coded service , characteristics nil .my app can discover services , characteristics provided peripheral.but cannot understand hoe add above gatt services , characteristics .please me sample code


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -