This group includes other GAP related APIs.
Gets BTLC1000 Chip ID.
- Parameters
-
[out] | chip_id | BTLC1000 chip id |
- Warning
- Not Supported before release version 2.5
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Referenced by ble_init().
Gets BTLC1000 Firmware version.
- Parameters
-
[out] | fw_version | BTLC1000 firmware version |
- Warning
- Not Supported before release version 2.5
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Referenced by ble_sdk_version().
Gets BTLC1000 RF version.
- Parameters
-
[out] | rf_version | BTLC1000 RF version |
- Warning
- Not Supported before release version 6.1
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Referenced by ble_sdk_version().
Gets RX power of a given connection.
- Parameters
-
[in] | conn_handle | handle of the connection |
[out] | rx_power | RX power value |
- Warning
- Not Supported in release version 2.0
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Gets TX power value.
- Parameters
-
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
Sets TX power value.
- Parameters
-
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t
at_ble_status_t read_32_from_BTLC1000 |
( |
uint32_t |
address, |
|
|
uint32_t * |
value |
|
) |
| |
Raeds 32 bit from BTLC1000.
- Parameters
-
[in] | address | Address to read from |
[out] | value | Value stored in BTLC1000 memory |
- Warning
- Not Supported before release version 2.5
- Returns
- Upon successful completion the function shall return AT_BLE_SUCCESS, Otherwise the function shall return at_ble_status_t