Home
last modified time | relevance | path

Searched refs:ase_cp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/
Dtest_ase_state_transition_invalid.c29 const struct bt_gatt_attr *ase_cp; member
44 fixture->ase_cp = test_ase_control_point_get(); in test_ase_state_transition_invalid_setup()
72 const struct bt_gatt_attr *ase_cp) in test_client_config_codec_expect_transition_error() argument
83 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_config_codec_expect_transition_error()
89 const struct bt_gatt_attr *ase_cp) in test_client_config_qos_expect_transition_error() argument
100 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_config_qos_expect_transition_error()
106 const struct bt_gatt_attr *ase_cp) in test_client_enable_expect_transition_error() argument
117 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_enable_expect_transition_error()
123 struct bt_conn *conn, uint8_t ase_id, const struct bt_gatt_attr *ase_cp) in test_client_receiver_start_ready_expect_transition_error() argument
134 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_receiver_start_ready_expect_transition_error()
[all …]
Dtest_ase_control_params.c31 const struct bt_gatt_attr *ase_cp; member
43 fixture->ase_cp = test_ase_control_point_get(); in test_ase_control_params_setup()
84 ret = fixture->ase_cp->write(&fixture->conn, fixture->ase_cp, (void *)buf, 0, 0, 0); in ZTEST_F()
105 fixture->ase_cp->write(&fixture->conn, fixture->ase_cp, (void *)buf, sizeof(buf), 0, 0); in test_expect_unsupported_opcode()
108 fixture->ase_cp, data_expected, sizeof(data_expected)); in test_expect_unsupported_opcode()
132 fixture->ase_cp->write(&fixture->conn, fixture->ase_cp, buf, len, 0, 0); in test_codec_configure_expect_invalid_length()
135 fixture->ase_cp, data_expected, sizeof(data_expected)); in test_codec_configure_expect_invalid_length()
315 fixture->ase_cp->write(&fixture->conn, fixture->ase_cp, buf, sizeof(buf), 0, 0); in ZTEST_F()
318 fixture->ase_cp, data_expected, sizeof(data_expected)); in ZTEST_F()
379 fixture->ase_cp->write(&fixture->conn, fixture->ase_cp, buf, sizeof(buf), 0, 0); in ZTEST_F()
[all …]
Dmain.c52 const struct bt_gatt_attr *ase_cp; member
65 fixture->ase_cp = test_ase_control_point_get(); in ascs_test_suite_fixture_init()
121 zassert_not_null(fixture->ase_cp); in ZTEST_F()
186 const struct bt_gatt_attr *ase_cp = fixture->ase_cp; in ZTEST_F() local
198 zexpect_not_null(ase_cp); in ZTEST_F()
205 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, in ZTEST_F()