Home
last modified time | relevance | path

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

/tests/bluetooth/audio/ascs/include/
A Dbap_unicast_server_expects.h16 #define expect_bt_bap_unicast_server_cb_config_called_once(_conn, _ep, _dir, _codec) \ argument
32 IF_NOT_EMPTY(_dir, ( \
33 zassert_equal(_dir, mock_bap_unicast_server_cb_config_fake.arg2_val, \
42 #define expect_bt_bap_unicast_server_cb_reconfig_called_once(_stream, _dir, _codec) \ argument
53 IF_NOT_EMPTY(_dir, ( \
54 zassert_equal(_dir, mock_bap_unicast_server_cb_reconfig_fake.arg1_val, \
/tests/bluetooth/controller/ctrl_encrypt/src/
A Dmain.c79 #define CHECK_RX_CCM_STATE(_conn, _sk_be, _iv, _cnt, _dir) \ argument
86 zassert_equal(_conn.lll.ccm_rx.direction, _dir, "CCM Rx Direction is wrong");\
90 #define CHECK_TX_CCM_STATE(_conn, _sk_be, _iv, _cnt, _dir) \ argument
97 zassert_equal(_conn.lll.ccm_tx.direction, _dir, "CCM Tx Direction is wrong");\

Completed in 10 milliseconds