This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I disconnect PC ble dongle by click a button from mouse and ubond the PC when already connected to the PC?

It's this will be work?

    // Initialize the Bond Manager.
    bond_init_data.flash_page_num_bond     = FLASH_PAGE_BOND;
    bond_init_data.flash_page_num_sys_attr = FLASH_PAGE_SYS_ATTR;
    bond_init_data.evt_handler             = bond_evt_handler;
    bond_init_data.error_handler           = bond_manager_error_handler;
    bond_init_data.bonds_delete            = true;

    err_code = ble_bondmngr_init(&bond_init_data);
Parents Reply Children
No Data
Related