
Hi.
I will need some more information about what the issue is to help you with this.
What SDK version and HW are you working with?
What are you trying to acheive and what are you having trouble with?
Br,
Joakim
Hi.
I will need some more information about what the issue is to help you with this.
What SDK version and HW are you working with?
What are you trying to acheive and what are you having trouble with?
Br,
Joakim
my sdk version is SDK17.0,HW is nrf52832.
I want to link with a Bluetooth Printer, this printer is a dual mode Bluetooth.
I use the blue central example of examples\ble_central\ble_app_uart_c,i have modified the uuid, now ,I can link to the device,but after running the Service discovery function(discovery_start()),it returns a errcode(0x11),it means busy.
it is running log under:
I do not know why.
it is the slave info I got by nrf connect tools.
Hard to say what is causing the SD to be busy. But it might be busy with some other event or waiting for something else as you are trying to connect. Could you try calling the service discovery after the device has successfully connected to the peripheral?
Is changing the UUID the only change you have made to the example?
Br,
Joakim