Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/
Dtest_ase_control_params.c107 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_expect_unsupported_opcode()
134 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_codec_configure_expect_invalid_length()
317 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
381 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
409 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_target_latency_out_of_range()
453 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in test_target_phy_out_of_range()
490 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, data_expected, in test_config_qos_expect_invalid_length()
578 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, data_expected, in test_enable_expect_invalid_length()
669 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
695 expect_bt_gatt_notify_cb_called_once(&fixture->conn, BT_UUID_ASCS_ASE_CP, in ZTEST_F()
[all …]
Dtest_ase_state_transition_invalid.c83 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()
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()
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()
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()
151 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()
168 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, expected_error, in test_client_disable_expect_transition_error()
185 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()
202 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()
219 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()
236 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.c80 BT_UUID_ASCS_ASE_CP, NULL, 1, attr_found, &attr); in test_ase_control_point_get()
Dmain.c205 expect_bt_gatt_notify_cb_called_once(conn, BT_UUID_ASCS_ASE_CP, ase_cp, in ZTEST_F()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dascs.c2872 BT_AUDIO_CHRC(BT_UUID_ASCS_ASE_CP,
2887 return bt_gatt_notify_uuid(conn, BT_UUID_ASCS_ASE_CP, ascs_svc.attrs, data, len); in control_point_notify()
Dbap_unicast_client.c72 static const struct bt_uuid *cp_uuid = BT_UUID_ASCS_ASE_CP;
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Duuid.h4713 #define BT_UUID_ASCS_ASE_CP \ macro