https://github.com/bertrandmartel/hci-debugger
Android app decoding/displaying Bluetooth HCI packets
https://github.com/bertrandmartel/hci-debugger
android android-application hci json
Last synced: 12 months ago
JSON representation
Android app decoding/displaying Bluetooth HCI packets
- Host: GitHub
- URL: https://github.com/bertrandmartel/hci-debugger
- Owner: bertrandmartel
- License: gpl-3.0
- Created: 2016-03-25T21:33:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T04:19:52.000Z (about 9 years ago)
- Last Synced: 2025-05-07T07:48:36.427Z (about 1 year ago)
- Topics: android, android-application, hci, json
- Language: Java
- Homepage: http://bertrandmartel.github.io/hci-debugger
- Size: 5.61 MB
- Stars: 25
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HCI Debugger
[](https://circleci.com/gh/bertrandmartel/hci-debugger)
[](LICENSE.md)
Android application used to decode & display HCI packets
[](https://play.google.com/store/apps/details?id=com.github.akinaru.hcidebugger)

In order to use this application, you have to activate Bluetooth snoop HCI log from developper options
### [watch change logs](https://github.com/bertrandmartel/hci-debugger/blob/master/CHANGELOG.md)
## Build
### Get source code
```
git clone git@github.com:bertrandmartel/hci-debugger.git
cd hci-debugger
git submodule update --init --recursive
```
### Build Android App
```
./gradlew clean build
```
## Tested devices
* Samsung Galaxy S4
* Samsung Galaxy S6
## External projects
* btsnoop-decoder : https://github.com/bertrandmartel/btsnoop-decoder
* bluetooth-hci-decoder : https://github.com/bertrandmartel/bluetooth-hci-decoder
## License
```
Copyright (C) 2016-2017 Bertrand Martel
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 3
of the License, or (at your option) any later version.
HCI Debugger is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with HCI Debugger. If not, see .
```