I following the page Bluetooth Low Energy for developing in Android 4.3 for Bluetooth Low Energy .
I already can turn on the Bluetooth
I solved this by disconnecting, closing the Gatt and stopping the service and then restart it again:
mBluetoothLeService.disconnect(); mBluetoothLeService.close(); mBluetoothLeService.stopSelf(); connectBleservice();