Giter Club home page Giter Club logo

irone's Introduction

IronE

Notifications for Nokia Steel HR.

About

This app tried to extend notifications for the Nokia Steel HR to be received from any application and is now obsolete with latest firmware.

Findings

Poking around logs and Bluetooth protocol captures I was able to gather some information on device communication and BtLE services.

Services

Type UUID Description
Service 00001800-0000-1000-8000-00805f9b34fb Generic access
Characteristic 00002a00-0000-1000-8000-00805f9b34fb Device name
Characteristic 00002a01-0000-1000-8000-00805f9b34fb Appearance
Characteristic 00002a04-0000-1000-8000-00805f9b34fb Peripheral Preferred Connection Parameters
Service 00001801-0000-1000-8000-00805f9b34fb Generic attribute
Characteristic 00002a05-0000-1000-8000-00805f9b34fb Service Changed
Descriptor 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration
Service 00000020-5749-5448-0037-000000000000 Proprietary
Characteristic 00000021-5749-5448-0037-000000000000 Proprietary
Descriptor 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration
Characteristic 00000022-5749-5448-0037-000000000000 Proprietary
Characteristic 00000023-5749-5448-0037-000000000000 Proprietary
Descriptor 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration
Characteristic 00000024-5749-5448-0037-000000000000 Proprietary
Descriptor 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration

Judging by my observations, 00000023-5749-5448-0037-000000000000 is used for various kinds of device setup and communication. Except for "get me device information" (which seems to return a MAC address), all commands (e.g. "enable notifications", "tell me your current notification setup") require authentication by the client using a challenge-response procedure with a secret that was probably configured during initial device pairing and setup.

Gatt Server

Type UUID Description
Service 00001811-0000-1000-8000-00805f9b34fb Alert Notification Service
Characteristic 00002A46-0000-1000-8000-00805f9b34fb New Alert

To send a notification to the device 00002A46-0000-1000-8000-00805f9b34fb has to be provided as a GATT server by the app which the watch will connect to.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.