Skip to content

Add welcome message on Bluetooth Manager startup#68

Draft
Copilot wants to merge 4 commits intodevelopfrom
copilot/greet-users-in-app
Draft

Add welcome message on Bluetooth Manager startup#68
Copilot wants to merge 4 commits intodevelopfrom
copilot/greet-users-in-app

Conversation

Copy link

Copilot AI commented Feb 19, 2026

Displays a greeting when the Bluetooth Manager successfully initializes.

Changes

  • Added welcome message in btrMgr_main.c after BTRMGR_Init() succeeds
  • Created .gitignore to exclude autotools artifacts and build outputs
if ((lenBtrMgrResult = BTRMGR_Init()) == BTRMGR_RESULT_SUCCESS) {
    signal(SIGTERM, btrMgr_SignalHandler);
    
    printf("Hello! Welcome to Bluetooth Manager\n");
    fflush(stdout);
    
    // Continue with IARM/RBUS initialization...
}

The message appears before IARM/RBUS mode initialization, providing immediate user feedback on successful startup.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 3 commits February 19, 2026 12:03
Co-authored-by: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com>
Co-authored-by: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com>
Co-authored-by: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com>
Copilot AI changed the title [WIP] Add greeting feature for users in app Add welcome message on Bluetooth Manager startup Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants