Package 

Class GattError


  • 
    public class GattError
    
                        

    Parses the GATT and HCI errors to human readable strings.

    See: gatt_api.h for details.See also: hcidefs.h for other possible HCI errors.

    • Method Detail

      • parse

         static String parse(int error)

        Converts the Bluetooth communication status given by other BluetoothGattCallbacks to errorname. It also parses the DFU errors.

        Parameters:
        error - the status number.