Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_LE_CONN_CTE_REQ_ENABLE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/df/connection_cte_req/src/
Dtest_cte_req_enable.c66 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CONN_CTE_REQ_ENABLE, sizeof(*cp)); in send_conn_cte_req_enable()
81 return bt_hci_cmd_send_sync(BT_HCI_OP_LE_CONN_CTE_REQ_ENABLE, buf, NULL); in send_conn_cte_req_enable()
/Zephyr-latest/subsys/bluetooth/host/
Ddirection.c821 buf = bt_hci_cmd_create(BT_HCI_OP_LE_CONN_CTE_REQ_ENABLE, in hci_df_set_conn_cte_req_enable()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1947 #define BT_HCI_OP_LE_CONN_CTE_REQ_ENABLE BT_OP(BT_OGF_LE, 0x0056) /* 0x2056 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4927 case BT_OCF(BT_HCI_OP_LE_CONN_CTE_REQ_ENABLE):