Immediate Alert service.
Copyright (c) 2017-2018 Microchip Technology Inc. and its subsidiaries.
#include "immediate_alert.h"
Functions | |
at_ble_status_t | ias_alert_level_write (at_ble_handle_t conn_handle, at_ble_handle_t char_handle, immediate_alert_level_t alert_level) |
write a characteristic to Immediate Alert Characteristics More... | |
at_ble_status_t ias_alert_level_write | ( | at_ble_handle_t | conn_handle, |
at_ble_handle_t | char_handle, | ||
immediate_alert_level_t | alert_level | ||
) |
write a characteristic to Immediate Alert Characteristics
if with_response is True, write completion will be reported via AT_BLE_CHARACTERISTIC_WRITE_RESPONSE event
[in] | conn_handle | handle of the connection |
[in] | char_handle | handle of the characteristic |
[in] | alert_level | alert level need to write |
References at_ble_characteristic_write(), IAS_NO_SIGNED_WRITE, IAS_WRITE_LENGTH, IAS_WRITE_OFFSET, and IAS_WRITE_WITH_RESPONSE.
Referenced by rssi_update().