Function nrf_softdevice::ble::gatt_server::notify_value
source · pub fn notify_value(
conn: &Connection,
handle: u16,
val: &[u8]
) -> Result<(), NotifyValueError>
Expand description
Multiple notifications can be queued. Will fail when the queue is full.