Skip to content

Commit

Permalink
bluetooth: tester: Service init
Browse files Browse the repository at this point in the history
VCS and AICS service init will be handled in auto-pts

Signed-off-by: Piotr Narajowski <piotr.narajowski@codecoup.pl>
  • Loading branch information
piotrnarajowski authored and carlescufi committed Sep 13, 2023
1 parent a6756c3 commit 38c9181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bluetooth/tester/src/btp_aics.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ uint8_t tester_init_aics(void)
tester_register_command_handlers(BTP_SERVICE_ID_AICS, aics_handlers,
ARRAY_SIZE(aics_handlers));

return tester_init_vcs();
return BTP_STATUS_SUCCESS;
}

uint8_t tester_unregister_aics(void)
Expand Down
2 changes: 1 addition & 1 deletion tests/bluetooth/tester/src/btp_vcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ uint8_t tester_init_vocs(void)
tester_register_command_handlers(BTP_SERVICE_ID_VOCS, vocs_handlers,
ARRAY_SIZE(vocs_handlers));

return tester_init_vcs();
return BTP_STATUS_SUCCESS;
}

uint8_t tester_unregister_vocs(void)
Expand Down

0 comments on commit 38c9181

Please sign in to comment.