This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BROADCAST mode in gatt service

Hello, I am using nordic nRF51822 chip and mbed api. I am creating a custom GATT service . In the service , I tried to make a characteristic on BROADCAST mode rather than NOTIFY or READ by using BLE_GATT_CHAR_PROPERTIES_BROADCAST flag.

So, now if the data is broadcasted, how can i read the handle of the characteristic without connecting to the chip / with connecting to the chip.

Please suggest the method on android app / on linux (hcitool and gatttool etc,)

Thanks

Related