Searched defs:_conn (Results 1 – 6 of 6) sorted by relevance
| /tests/bluetooth/controller/common/include/ |
| A 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
|
| /tests/bluetooth/audio/mocks/include/ |
| A D | gatt_expects.h | 16 #define expect_bt_gatt_notify_cb_called_once(_conn, _uuid, _attr, _data, _len) \ argument
|
| /tests/bluetooth/controller/ctrl_collision/src/ |
| A D | main.c | 120 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument 130 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
|
| /tests/bluetooth/audio/ascs/include/ |
| A D | bap_unicast_server_expects.h | 16 #define expect_bt_bap_unicast_server_cb_config_called_once(_conn, _ep, _dir, _codec) \ argument
|
| /tests/bluetooth/controller/ctrl_encrypt/src/ |
| A 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
|
| /tests/bluetooth/controller/ctrl_phy_update/src/ |
| A D | main.c | 82 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument 92 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
|
Completed in 33 milliseconds