![]() |
nRF Connect SDK API 3.3.99
|
#include <stdbool.h>#include <stdint.h>#include <zephyr/bluetooth/bluetooth.h>#include <zephyr/bluetooth/conn.h>Go to the source code of this file.
Data Structures | |
| struct | bt_conn_set_pcr_params |
| struct | bt_nrf_ltk |
| Bluetooth Long Term Key (LTK) More... | |
Functions | |
| int | bt_conn_set_remote_tx_power_level (struct bt_conn *conn, enum bt_conn_le_tx_power_phy phy, int8_t delta) |
| Set remote (peer) transmit power. | |
| int | bt_conn_set_power_control_request_params (struct bt_conn_set_pcr_params *params) |
| Set Power Control request parameter. | |
| int | bt_nrf_host_extension_reduce_initator_aux_channel_priority (bool reduce) |
| Reduce the priority of the initiator when following AUX packets. | |
| int | bt_nrf_conn_set_ltk (struct bt_conn *conn, const struct bt_nrf_ltk *ltk, bool authenticated) |
| Set the LTK to be used when encryption is triggered. | |