Hi,
I've been referencing the GattClient Demo project. I first pair the device successfully then I try connecting the GATT client, but I get error code 0x005105C (WCL_E_BLUETOOTH_LE_DEVICE_NOT_FOUND). However, if I skip the pairing step and just directly connect the GATT client, that it works fine. Is there something about pairing before connecting the GATT client that breaks it? Is pairing first necessary?