Skip to content

Instantly share code, notes, and snippets.

@barbeau
Last active July 2, 2021 22:12
Show Gist options
  • Save barbeau/3263c8a0ffbedc64d4703c64722c3bbc to your computer and use it in GitHub Desktop.
Save barbeau/3263c8a0ffbedc64d4703c64722c3bbc to your computer and use it in GitHub Desktop.
Android API navigation message types
Message type Int Binary
TYPE_BDS_CNAV1 1283 00000000 00000000 00000101 00000011
TYPE_BDS_CNAV2 1284 00000000 00000000 00000101 00000100
TYPE_BDS_D1 1281 00000000 00000000 00000101 00000001
TYPE_BDS_D2 1282 00000000 00000000 00000101 00000010
TYPE_GAL_F 1538 00000000 00000000 00000110 00000010
TYPE_GAL_I 1537 00000000 00000000 00000110 00000001
TYPE_GLO_L1CA 769 00000000 00000000 00000011 00000001
TYPE_GPS_CNAV2 260 00000000 00000000 00000001 00000100
TYPE_GPS_L1CA 257 00000000 00000000 00000001 00000001
TYPE_GPS_L2CNAV 258 00000000 00000000 00000001 00000010
TYPE_GPS_L5CNAV 259 00000000 00000000 00000001 00000011
TYPE_IRN_L5CA 1793 00000000 00000000 00000111 00000001
TYPE_QZS_L1CA 1025 00000000 00000000 00000100 00000001
TYPE_SBS 513 00000000 00000000 00000010 00000001
TYPE_UNKNOWN 0 00000000 00000000 00000000 00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment