Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_TX_POWER_REPORT_ENABLE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3129 cp->local_enable = local_enable ? BT_HCI_LE_TX_POWER_REPORT_ENABLE : in bt_conn_le_set_tx_power_report_enable()
3131 cp->remote_enable = remote_enable ? BT_HCI_LE_TX_POWER_REPORT_ENABLE : in bt_conn_le_set_tx_power_report_enable()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h687 #define BT_HCI_LE_TX_POWER_REPORT_ENABLE 0x01 macro