Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_VS_READ_TX_POWER_LEVEL (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c122 buf = bt_hci_cmd_create(BT_HCI_OP_VS_READ_TX_POWER_LEVEL, in get_tx_power()
133 err = bt_hci_cmd_send_sync(BT_HCI_OP_VS_READ_TX_POWER_LEVEL, in get_tx_power()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h178 #define BT_HCI_OP_VS_READ_TX_POWER_LEVEL BT_OP(BT_OGF_VS, 0x000f) macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5703 case BT_OCF(BT_HCI_OP_VS_READ_TX_POWER_LEVEL):