Skip to content

Commit 69b6679

Browse files
Thalleykartben
authored andcommitted
Bluetooth: tester: Fix name of btp_ascs_ase_found_ev
The event is a BAP event, and has been renamed to btp_bap_ase_found_ev. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
1 parent 941c031 commit 69b6679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/bluetooth/tester/src/audio/btp/btp_bap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct btp_bap_codec_cap_found_ev {
216216
} __packed;
217217

218218
#define BTP_BAP_EV_ASE_FOUND 0x82
219-
struct btp_ascs_ase_found_ev {
219+
struct btp_bap_ase_found_ev {
220220
bt_addr_le_t address;
221221
uint8_t dir;
222222
uint8_t ase_id;

tests/bluetooth/tester/src/audio/btp_bap_unicast.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static void btp_send_pac_codec_found_ev(struct bt_conn *conn,
258258
static void btp_send_ase_found_ev(struct bt_conn *conn, struct bt_bap_ep *ep)
259259
{
260260
struct bt_bap_ep_info info;
261-
struct btp_ascs_ase_found_ev ev;
261+
struct btp_bap_ase_found_ev ev;
262262

263263
bt_addr_le_copy(&ev.address, bt_conn_get_dst(conn));
264264

0 commit comments

Comments
 (0)