/Zephyr-latest/tests/bluetooth/controller/common/include/ |
D | helper_util.h | 19 #define lt_tx(_opcode, _conn, _param) lt_tx_real(__FILE__, __LINE__, _opcode, _conn, _param) argument 20 #define lt_tx_no_encode(_pdu, _conn, _param) \ argument 22 #define lt_rx(_opcode, _conn, _tx_ref, _param) \ argument 24 #define lt_rx_q_is_empty(_conn) lt_rx_q_is_empty_real(__FILE__, __LINE__, _conn) argument
|
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | gatt_expects.h | 16 #define expect_bt_gatt_notify_cb_called_once(_conn, _uuid, _attr, _data, _len) \ argument
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp_private.h | 24 #define tcp_slist(_conn, _slist, _op, _type, _link) \ argument 61 #define tcp_pkt_alloc(_conn, _len) \ argument 81 #define tcp_rx_pkt_alloc(_conn, _len) \ argument 120 #define conn_seq(_conn, _req) \ argument 123 #define conn_ack(_conn, _req) \ argument 127 #define conn_seq(_conn, _req) (_conn)->seq += (_req) argument 128 #define conn_ack(_conn, _req) (_conn)->ack += (_req) argument 133 #define conn_mss(_conn) \ argument 138 #define conn_state(_conn, _s) \ argument 146 #define conn_send_data_dump(_conn) \ argument
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 120 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument 130 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
|
/Zephyr-latest/tests/bluetooth/audio/ascs/include/ |
D | bap_unicast_server_expects.h | 16 #define expect_bt_bap_unicast_server_cb_config_called_once(_conn, _ep, _dir, _codec) \ argument
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_encrypt/src/ |
D | main.c | 61 #define CHECK_RX_PE_STATE(_conn, _pause, _enc) \ argument 68 #define CHECK_TX_PE_STATE(_conn, _pause, _enc) \ argument 79 #define CHECK_RX_CCM_STATE(_conn, _sk_be, _iv, _cnt, _dir) \ argument 90 #define CHECK_TX_CCM_STATE(_conn, _sk_be, _iv, _cnt, _dir) \ argument
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 82 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument 92 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
|