Hey, I have stumbled upon a problem with one of the BLE devices that I have on my desk. BlueZ (bluetoothctl) failed to discover the primary services and the error returned by the Read by Group type request was "Insufficient Authentication". It did work when using gatttool though. I have tracked it down and realized that if calling the bt_gatt_discover_all_primary_services is delayed until after the pairing is finished then the primary services are discovered without any issues. The simplified bt for bt_gatt_discover_all_primary_services is: (gdb) bt #0 discover_services #1 bt_gatt_discover_primary_services #2 bt_gatt_discover_all_primary_services #3 exchange_mtu_cb Now, what would be the best way of approaching this. Calling it could be delayed with a timer but would it be an optimal solution - thoughts? Thanks, K -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html