Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/common/include/
Dhelper_util.h19 #define lt_tx(_opcode, _conn, _param) lt_tx_real(__FILE__, __LINE__, _opcode, _conn, _param) argument
22 #define lt_rx(_opcode, _conn, _tx_ref, _param) \ argument
23 lt_rx_real(__FILE__, __LINE__, _opcode, _conn, _tx_ref, _param)
26 #define ut_rx_pdu(_opcode, _ntf_ref, _param) \ argument
27 ut_rx_pdu_real(__FILE__, __LINE__, _opcode, _ntf_ref, _param)
28 #define ut_rx_node(_opcode, _ntf_ref, _param) \ argument
29 ut_rx_node_real(__FILE__, __LINE__, _opcode, _ntf_ref, _param)
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c106 static uint16_t _opcode; variable
310 *buf = bt_hci_cmd_complete_create(_opcode, plen); in hci_cmd_complete()
317 return bt_hci_cmd_status_create(_opcode, status); in cmd_status()
325 buf = bt_hci_cmd_complete_create(_opcode, sizeof(*ccst)); in cmd_complete_status()
5747 _opcode = sys_le16_to_cpu(chdr->opcode);
5749 ocf = BT_OCF(_opcode);
5751 switch (BT_OGF(_opcode)) {