This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Immediate alert is not working without linkloss in android

Hi, I am trying to implement some custom services in PCA10028 version 1.1.0 with Android, I am following same code which is in github (github.com/NordicSemiconductor) it is working good if I am using linkloss service but I don't have to implement linkloss in our code(Android). When I remove linkloss from android code then it is showing connected but alert service is not working on button click.

In this board there are only two service immediate alert and sos. I need to fire sos services when we click sos button in board.

Kindly help me how can I resolve this issue.

Thanks in advance. Vinod

Parents
  • Kindly use these services in PCA10028 to check with android SDK(link text). we are implementing two Services.. /** SOS service UUID */ public final static UUID SOSSERVICE = UUID.fromString("f08c1602-6627-487f-bb1c-63a70000fffa");

    /** SOS CHARACTERRISTIC UUID */
    public final static UUID EMR_MSG_CHAR= UUID.fromString("f08c1608-6627-487f-bb1c-63a70000fffa");
    
    /** Immediate Alert service UUID */
    public final static UUID FINDMESERVICE = UUID.fromString("f08c1603-6627-487f-bb1c-63a70000fffa");
    
    /** Alert Level characteristic UUID */
    private static final UUID FINDME_CHAR = UUID.fromString("f08c1610-6627-487f-bb1c-63a70000fffa");
    

    I shared link of my C hex (onedrive.live.com/redir for PCA10028. so please petter try once again.

Reply
  • Kindly use these services in PCA10028 to check with android SDK(link text). we are implementing two Services.. /** SOS service UUID */ public final static UUID SOSSERVICE = UUID.fromString("f08c1602-6627-487f-bb1c-63a70000fffa");

    /** SOS CHARACTERRISTIC UUID */
    public final static UUID EMR_MSG_CHAR= UUID.fromString("f08c1608-6627-487f-bb1c-63a70000fffa");
    
    /** Immediate Alert service UUID */
    public final static UUID FINDMESERVICE = UUID.fromString("f08c1603-6627-487f-bb1c-63a70000fffa");
    
    /** Alert Level characteristic UUID */
    private static final UUID FINDME_CHAR = UUID.fromString("f08c1610-6627-487f-bb1c-63a70000fffa");
    

    I shared link of my C hex (onedrive.live.com/redir for PCA10028. so please petter try once again.

Children
No Data
Related