This service exposes a device's current transmit power level when in a connection.
More...
This service exposes a device's current transmit power level when in a connection.
|
enum | e_ble_tps_char_idx_t { BLE_TPS_TX_POWER_LEVEL_IDX
} |
| Tx Power characteristic Index. More...
|
|
enum | e_ble_tps_event_t { BLE_TPS_EVENT_TX_POWER_LEVEL_READ_REQ = BLE_SERVS_ATTR_EVENT(BLE_TPS_TX_POWER_LEVEL_IDX, BLE_SERVS_READ_REQ)
} |
| Tx Power event type. More...
|
|
◆ e_ble_tps_char_idx_t
Tx Power characteristic Index.
◆ e_ble_tps_event_t
◆ R_BLE_TPS_SetTxPowerLevel()
ble_status_t R_BLE_TPS_SetTxPowerLevel |
( |
const int8_t * |
p_value | ) |
|
Set Tx Power Level characteristic value to the local GATT database.
- Parameters
-
[in] | p_value | Characteristic value to set. |
- Returns
- ble_status_t
◆ R_BLE_TPS_GetTxPowerLevel()
Get Tx Power Level characteristic value from the local GATT database.
- Parameters
-
[in] | p_value | Output location for the acquired descriptor value. |
- Returns
- ble_status_t
◆ R_BLE_TPS_Init()