Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c3016 buf = bt_hci_cmd_create(BT_HCI_OP_READ_TX_POWER_LEVEL, sizeof(*cp)); in bt_conn_get_tx_power_level()
3025 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_TX_POWER_LEVEL, buf, &rsp); in bt_conn_get_tx_power_level()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h654 #define BT_HCI_OP_READ_TX_POWER_LEVEL BT_OP(BT_OGF_BASEBAND, 0x002d) /* 0x0c2d */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c733 case BT_OCF(BT_HCI_OP_READ_TX_POWER_LEVEL): in ctrl_bb_cmd_handle()