summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* mesh: Add manpage for bluetooth-meshd daemonInga Stotland2021-05-191-0/+2
| | | | | This adds manpage with a brief description of BLuettoth Mesh daemon command line options.
* gitignore: Add generated files to the ignore listTedd Ho-Jeong An2021-05-061-2/+14
| | | | | This patch adds generated files like manpages and binaries to the ignore list so it won't show with 'git status'.
* tools/btpclientctl: Add btpclient test applicationTedd Ho-Jeong An2020-09-141-0/+1
| | | | | This patch adds a test application for btpclient, which exercises the BTP API.
* tools: Add mesh-cfgclient toolInga Stotland2019-11-041-0/+1
| | | | | | | | | | | This adds a tool that allows to create mesh networks opreating over advertising (PB-ADV) provisioning bearer. The main commands are: create - Create new mesh network with one initial node discover-unprovisioned - Look for devices to provision list-unprovisioned - List unprovisioned devices provision - Initiate provisioning list-nodes - List remote mesh nodes
* gitignore: Ignore test-mesh-crypto executableMarcel Holtmann2019-10-311-0/+1
|
* gitignore: Ignore mesh service fileMichaƂ Lowas-Rzechonek2019-08-161-0/+1
|
* gitignore: Fix bluetooth-meshd nameSzymon Janc2019-02-131-1/+1
| | | | meshd was renamed to bluetooth-meshd
* mesh: Structural changes for meshBrian Gix2019-01-081-1/+0
| | | | | | | | | Delete composition.json since it not used for initialization anymore. Delete btmesh.c as it is not used anymore. Delete display.c and display.h, move retained functionality to util.c Delete prov.c, move retained PB-ADV functionality to pb-adv.c Delete provision.c, split retained functionality between prov-acceptor.c and prov-initiator.c
* build: Add support for internal and external ELL configurationMarcel Holtmann2018-12-041-1/+2
|
* build: Fix listing of btmesh, meshd and meshctl binariesMarcel Holtmann2018-12-031-1/+3
|
* tools: Add utitlity for analyzing Broadcom HCD firmware filesMarcel Holtmann2018-06-041-0/+1
|
* tools: Add initial code for btmon-loggerSzymon Janc2018-04-241-0/+2
| | | | | | This is intended for use for automated logging or unatrended systems. It doesn't contain any packet decoding functionality which results in much smaller binary.
* tools: Add utility for Realtek config file parsingMarcel Holtmann2018-01-051-0/+1
|
* tools/btpclient: Add initial codeSzymon Janc2017-12-141-0/+1
| | | | | | | | | | This adds initial code for BTP client tool that allows for automated (binary protocol ) control of BlueZ stack. Currently this tool depends only on Embedded Linux Library and requires master branch of ELL. When 0.3 is released dependencies will be bumped. Initial code allows to connect D-Bus client, discover objects and keep proxies for it. It also implements basics for BTP core service.
* mesh: Add mesh to main bluez buildBrian Gix2017-08-211-0/+1
|
* tools: Add skeleton for new btconfig utilityMarcel Holtmann2017-08-211-0/+1
|
* tools: Add testing utility for advertisingMarcel Holtmann2017-06-071-0/+1
|
* Add test-midi to ignore listBrian Gix2017-01-251-0/+1
|
* tools: Add testing utility for Eddystone beaconsMarcel Holtmann2015-07-231-0/+1
|
* tools: Add initial HCI User Channel testerSzymon Janc2015-05-181-0/+1
| | | | This adds basic tests only.
* peripheral: Add initial code for btsensor applicationMarcel Holtmann2015-04-281-0/+1
|
* tools: Add utility for analyzing Nokia firmware filesMarcel Holtmann2015-04-101-0/+1
|
* tools: Add skeleton for BNEP kernel testing utilityMarcel Holtmann2015-04-041-0/+1
|
* tools: Add simple utility for creating CPIO / initramfs imagesMarcel Holtmann2015-04-021-0/+1
|
* build: Add test utility for checking kernel selftest resultsMarcel Holtmann2015-04-011-0/+1
|
* build: Add test-runner utility for virtual machine executionMarcel Holtmann2015-04-011-0/+1
|
* build: Add unit/test-hog binary to .gitignore listSzymon Janc2015-03-171-0/+1
|
* tools/bneptest: Add initial support for bneptest toolGrzegorz Kolodziejczyk2015-03-131-0/+1
| | | | This tool should be designed to help testing bnep on BlueZ.
* tools: Add testing utility for OOB pairing via mgmt APIMarcel Holtmann2015-01-301-0/+1
|
* build: Add coverage supportLuiz Augusto von Dentz2014-12-121-0/+4
| | | | | | | Coverage is enabled with --enable-maintainer-mode, 2 new targets are added 'coverage' and 'clean-coverage', the first generate the reports using lcov and depend on the second to cleanup previous generated reports and .gcda files.
* unit: Add unit test for ECCJohan Hedberg2014-12-031-0/+1
| | | | | This patch adds unit tests for the ECC code. Also this test code has been taken from https://github.com/kmackay/easy-ecc.
* tools/btgatt-server: Introduce btgatt-server.Arman Uguray2014-11-171-0/+1
| | | | | This patch introduces tools/btgatt-server, which is a command-line tool for testing and debugging shared/gatt-server.
* Add unit tests for gattribMichael Janssen2014-11-031-0/+1
| | | | This will ensure that the API behavior of gattrib is preserved.
* test-gatt: Add test-gatt binary to .gitignore listGrzegorz Kolodziejczyk2014-10-031-0/+1
|
* mcaptest: Move it from android to toolsRavi kumar Veeramally2014-10-021-1/+1
|
* android: Add initial code for AVDTP testing toolSzymon Janc2014-09-011-0/+1
| | | | This tools is intended for AVDTP qualification with PTS.
* build: Add btgatt-client binary to .gitignore listMarcel Holtmann2014-08-301-0/+1
|
* gitignore: Update renamed file name tools/mpris-player to tools/mpris-proxyRavi kumar Veeramally2014-08-061-1/+1
|
* android/tester: Remove old android-testerJakub Tyszkowski2014-07-301-1/+0
| | | | | All test cases has already been ported to newer framework. Old tester was removed and new one now uses its old name.
* gitignore: Add android/android-tester-ngSzymon Janc2014-07-151-0/+1
|
* build: Add support for asciidoc based manual pagesMarcel Holtmann2014-07-121-0/+2
|
* android/mcaptest: Add skeleton for mcap test toolJakub Tyszkowski2014-06-261-0/+1
| | | | | | This adds skeleton for simple tool for testing mcap library. As mcap-lib uses bt_io, this tool works in daemon-like mode, by utilizing Glib's main loop.
* gitignore: Add cscope filesAndre Guedes2014-06-051-0/+4
|
* build: Add test-uhid binary to .gitignore listMarcel Holtmann2014-05-231-0/+1
|
* unit: Add test case for AES-CMAC-128Lukasz Rymanowski2014-05-201-0/+1
| | | | | Test vectors taken from the NIST Special Publication 800-38B (http://csrc.nist.gov/publications/PubsSPs.html)
* build: Add support for building hex2hcd utilityMarcel Holtmann2014-05-101-0/+1
|
* build: Move gatt-service test utility into tools directoryMarcel Holtmann2014-03-061-1/+1
|
* test: Add external service GATT skeletonClaudio Takahasi2014-03-061-0/+1
| | | | | This patch adds the initial code for an external GATT service example. It implements the API defined at doc/gatt-api.txt
* gitignore: Ignore Automake generated files for Android unit testsSzymon Janc2014-03-061-0/+2
|
* unit: Initial version of test-hfpMarcin Kraglak2014-03-061-0/+1
| | | | | | This is skeleton of hfp unit tests with basic init test for hfp_gw_new(). Basic test with hfp_gw_new() and hfp_gw_unref.