HCI Debugger

CircleCI License

Android application used to decode & display HCI packets

Download RFdroid from Google Play

screenshot

In order to use this application, you have to activate Bluetooth snoop HCI log from developper options

watch change logs

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

External projects

License

Copyright (C) 2016  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 <http://www.gnu.org/licenses/>.