Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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
26 #define ut_rx_pdu(_opcode, _ntf_ref, _param) \ argument
28 #define ut_rx_node(_opcode, _ntf_ref, _param) \ argument
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/hci/
Dhci.c105 static uint16_t _opcode; variable