ble_gatts_tx_notifications_one_chr() function
Sends notifications or indications for the specified characteristic to all connected devices. The bluetooth spec does not allow more than one concurrent indication for a single peer, so this function will hold off on sending such indications.
Syntax
static void
ble_gatts_tx_notifications_one_chr(uint16_t chr_val_handle);