nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
host_extensions.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
14#ifndef BT_NRF_HOST_EXTENSIONS_H_
15#define BT_NRF_HOST_EXTENSIONS_H_
16
17#include <stdbool.h>
18#include <stdint.h>
19
34int bt_conn_set_remote_tx_power_level(struct bt_conn *conn,
35 enum bt_conn_le_tx_power_phy phy, int8_t delta);
36
41 uint8_t auto_enable;
46 uint8_t apr_enable;
62 uint16_t beta;
98 uint8_t apr_margin;
99};
100
109
118
123#endif /* BT_NRF_HOST_EXTENSIONS_H_ */
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_nrf_host_extension_reduce_initator_aux_channel_priority(bool reduce)
Reduce the priority of the initiator when following AUX packets.
int bt_conn_set_power_control_request_params(struct bt_conn_set_pcr_params *params)
Set Power Control request parameter.
uint8_t apr_enable
Definition: host_extensions.h:46
int8_t lower_limit
Definition: host_extensions.h:67
uint8_t auto_enable
Definition: host_extensions.h:41
int8_t upper_limit
Definition: host_extensions.h:71
uint16_t beta
Definition: host_extensions.h:62
int8_t lower_target_rssi
Definition: host_extensions.h:76
uint16_t wait_period_ms
Definition: host_extensions.h:90
uint8_t apr_margin
Definition: host_extensions.h:98
int8_t upper_target_rssi
Definition: host_extensions.h:81
Definition: host_extensions.h:37