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.c130 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_expect_unsupported_opcode()
157 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_codec_configure_expect_invalid_length()
365 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
434 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
462 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_target_latency_out_of_range()
506 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_target_phy_out_of_range()
543 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, data_expected, in test_config_qos_expect_invalid_length()
661 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, data_expected, in test_enable_expect_invalid_length()
779 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
805 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
[all …]
Dtest_ase_state_transition_invalid.c107 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()
124 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()
141 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_enable_expect_transition_error()
158 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()
175 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()
192 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_disable_expect_transition_error()
209 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()
226 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()
243 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()
260 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.c81 BT_UUID_ASCS_ASE_CP, NULL, 1, attr_found, &attr); in test_ase_control_point_get()
Dmain.c234 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, in ZTEST_F()
/Zephyr-latest/subsys/bluetooth/audio/
Dascs.c3114 BT_AUDIO_CHRC(BT_UUID_ASCS_ASE_CP, \
3136 BT_AUDIO_CHRC(BT_UUID_ASCS_ASE_CP, \
3228 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