Skip to content

notifyOnReceive on service itself not works. #1

Description

@gismat

private void notifyOnReceive(Context context, BluetoothGattCharacteristic rx) { for (Callback cb : callbacks.keySet()) { if (cb != null ) { cb.onReceive(context, rx); } } }

Here I can not get string value from rx. rx.getStringValue(0) not works. But same thing works on MainActivity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions