Home
last modified time | relevance | path

Searched defs: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
72 const struct bt_gatt_attr *ase_cp) in test_client_config_codec_expect_transition_error()
89 const struct bt_gatt_attr *ase_cp) in test_client_config_qos_expect_transition_error()
106 const struct bt_gatt_attr *ase_cp) 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()
140 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()
157 const struct bt_gatt_attr *ase_cp) in test_client_disable_expect_transition_error()
174 struct bt_conn *conn, uint8_t ase_id, const struct bt_gatt_attr *ase_cp) in test_client_receiver_stop_ready_expect_transition_error()
191 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()
208 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.c31 const struct bt_gatt_attr *ase_cp; member
474 const struct bt_gatt_attr *ase_cp, in test_config_qos_expect_invalid_length()
562 const struct bt_gatt_attr *ase_cp, in test_enable_expect_invalid_length()
700 const struct bt_gatt_attr *ase_cp, in test_receiver_start_ready_expect_invalid_length()
788 const struct bt_gatt_attr *ase_cp, in test_disable_expect_invalid_length()
848 const struct bt_gatt_attr *ase_cp, in test_receiver_stop_ready_expect_invalid_length()
932 const struct bt_gatt_attr *ase_cp, in test_update_metadata_expect_invalid_length()
1044 const struct bt_gatt_attr *ase_cp, in test_release_expect_invalid_length()
Dmain.c52 const struct bt_gatt_attr *ase_cp; member
186 const struct bt_gatt_attr *ase_cp = fixture->ase_cp; in ZTEST_F() local