Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/src/
Dmain.c89 buf = bt_hci_cmd_create(BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL, in set_tx_power()
101 err = bt_hci_cmd_send_sync(BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL, in set_tx_power()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h164 #define BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL BT_OP(BT_OGF_VS, 0x000e) macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5699 case BT_OCF(BT_HCI_OP_VS_WRITE_TX_POWER_LEVEL):