info: my board core is nrf52832
i want to use examples\ble_central\ble_app_uart_c to connect with a Slave,i have only modified the UUID,and it can connect ok,but when it run after ble_db_discovery_start(),it return err(errcode = 0x11),I don't know why.log under:
00> <debug> ble_db_disc: Starting discovery of service with UUID 0xFEE7 on connection handle 0x0.
00>
00> <debug> nrf_ble_gq: Adding item to the request queue
00>
00> <debug> nrf_ble_gq: GATTC Primary Services Discovery Request
00>
00> <debug> nrf_ble_gq: SD is currently busy. The GATT request procedure will be attempted again later.
00>
00> <debug> nrf_ble_gq: Processing the request queue...
00>
00> <debug> nrf_ble_gq: GATTC Primary Service Discovery Request
00>
00> <debug> nrf_ble_gq: SD is currently busy. The GATT request procedure will be attempted again later.
00>
00> <info> app: Connection BLE_GAP_EVT_CONNECTED...
00>
00> <info> ble_db_disc: ble_db_discovery_on_ble_evt:17
00>
00> <info> app: Disconnected.

