Home
last modified time | relevance | path

Searched refs:BT_UUID_ASCS_ASE_CP (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_ase_control_params.c133 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_expect_unsupported_opcode()
160 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_codec_configure_expect_invalid_length()
368 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
437 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
465 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_target_latency_out_of_range()
509 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_target_phy_out_of_range()
546 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, data_expected, in test_config_qos_expect_invalid_length()
664 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, data_expected, in test_enable_expect_invalid_length()
782 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
808 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
[all …]
Dtest_ase_state_transition_invalid.c115 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()
132 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()
149 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_enable_expect_transition_error()
166 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()
183 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_receiver_start_ready_expect_ase_direction_error()
200 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_disable_expect_transition_error()
217 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_receiver_stop_ready_expect_transition_error()
234 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_receiver_stop_ready_expect_ase_direction_error()
251 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_update_metadata_expect_transition_error()
268 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_release_expect_transition_error()
Dtest_common.c89 BT_UUID_ASCS_ASE_CP, NULL, 1, attr_found, &attr); in test_ase_control_point_get()
Dmain.c238 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, in ZTEST_F()
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c3081 BT_AUDIO_CHRC(BT_UUID_ASCS_ASE_CP, \
3103 BT_AUDIO_CHRC(BT_UUID_ASCS_ASE_CP, \
3195 return bt_gatt_notify_uuid(conn, BT_UUID_ASCS_ASE_CP, ascs_svc.attrs, data, len); in control_point_notify()
Dbap_unicast_client.c91 static const struct bt_uuid *cp_uuid = BT_UUID_ASCS_ASE_CP;
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h4712 #define BT_UUID_ASCS_ASE_CP \ macro