Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_ase_state_transition_invalid.c31 const struct bt_gatt_attr *ase_cp; member
96 const struct bt_gatt_attr *ase_cp) in test_client_config_codec_expect_transition_error()
113 const struct bt_gatt_attr *ase_cp) in test_client_config_qos_expect_transition_error()
130 const struct bt_gatt_attr *ase_cp) in test_client_enable_expect_transition_error()
147 struct bt_conn *conn, uint8_t ase_id, const struct bt_gatt_attr *ase_cp) in test_client_receiver_start_ready_expect_transition_error()
164 struct bt_conn *conn, uint8_t ase_id, const struct bt_gatt_attr *ase_cp) in test_client_receiver_start_ready_expect_ase_direction_error()
181 const struct bt_gatt_attr *ase_cp) in test_client_disable_expect_transition_error()
198 struct bt_conn *conn, uint8_t ase_id, const struct bt_gatt_attr *ase_cp) in test_client_receiver_stop_ready_expect_transition_error()
215 struct bt_conn *conn, uint8_t ase_id, const struct bt_gatt_attr *ase_cp) in test_client_receiver_stop_ready_expect_ase_direction_error()
232 struct bt_conn *conn, uint8_t ase_id, const struct bt_gatt_attr *ase_cp) in test_client_update_metadata_expect_transition_error()
[all …]
Dtest_ase_control_params.c35 const struct bt_gatt_attr *ase_cp; member
527 const struct bt_gatt_attr *ase_cp, in test_config_qos_expect_invalid_length()
645 const struct bt_gatt_attr *ase_cp, in test_enable_expect_invalid_length()
810 const struct bt_gatt_attr *ase_cp, in test_receiver_start_ready_expect_invalid_length()
924 const struct bt_gatt_attr *ase_cp, in test_disable_expect_invalid_length()
1005 const struct bt_gatt_attr *ase_cp, in test_receiver_stop_ready_expect_invalid_length()
1115 const struct bt_gatt_attr *ase_cp, in test_update_metadata_expect_invalid_length()
1254 const struct bt_gatt_attr *ase_cp, in test_release_expect_invalid_length()
Dmain.c56 const struct bt_gatt_attr *ase_cp; member
215 const struct bt_gatt_attr *ase_cp = fixture->ase_cp; in ZTEST_F() local