index
:
direct_bt.git
alt_sendevent
bredr_2
connector_b_1.5
cor_locking
cow_locking
issue_308
issue_318
le_secure_connections
master
os_and_arch
simple_mutex0
simple_mutex2
tinyb
tinyb-2-clean
tinyb-master
Direct Bluetooth LE and BREDR programming, high-performance & reliable.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
README: bump 2.6.1
v2.6.1
Sven Gothel
2022-02-07
1
-1
/
+1
*
BTDevice: Replace EInfoReport when disconnected w/ empty one (avoid accumulat...
Sven Gothel
2022-02-07
4
-2
/
+32
*
Fix trial/java/CMakeLists.txt: Use proper environment variable USER for capsh...
v2.6.0
Sven Gothel
2022-02-07
1
-1
/
+1
*
Added online unit testing using actual BT adapter, testing client with server...
Sven Gothel
2022-02-07
15
-4
/
+2346
*
L2CAPServer::accept(): Use WORDY_ and IRQ_PRINT on accept failure, which is n...
Sven Gothel
2022-02-07
1
-2
/
+2
*
BTDevice::update(EInfoReport ..): Always update name on EIR scanned data if g...
Sven Gothel
2022-02-07
1
-1
/
+1
*
Fix DBTAdapter.removeAllStatusListener(): Remove DBTDevice listener and have ...
Sven Gothel
2022-02-07
2
-31
/
+13
*
dbt_repeater: Simplify myChangedAdapterSetFunc(..)
Sven Gothel
2022-02-06
1
-12
/
+4
*
BTAdapter/HCIHandler: Reflect: Advertising is active until either disabled vi...
Sven Gothel
2022-02-06
4
-5
/
+48
*
BTFactory: Expose getManifest() .. helper function to retrieve a Manifest ins...
Sven Gothel
2022-02-06
1
-1
/
+4
*
DBTAdapter: Fix removeAllStatusListener(): Re-add internal listener to mainta...
Sven Gothel
2022-02-06
2
-3
/
+8
*
DBTAdapter: Use BTUtils.println(..) instead of System.err.println(..)
Sven Gothel
2022-02-06
1
-11
/
+11
*
DBT[Adapter|Manager].java: Add 'final' qualifier to public methods
Sven Gothel
2022-02-06
2
-40
/
+40
*
BTAdapter.java: API doc: Replace HTML tag with Markup list
Sven Gothel
2022-02-06
1
-24
/
+19
*
BTAdapter/HCIHandler: API doc: Replace HTML tag with Markup list
Sven Gothel
2022-02-06
2
-43
/
+31
*
FwdGattServerHandler::close(): Shall not disconnect fwdServer (esp in same th...
Sven Gothel
2022-02-05
2
-2
/
+25
*
BTGattHandler: Refine debug verbosity
Sven Gothel
2022-02-05
1
-6
/
+12
*
BTGattHandler: Fix API doc (minor)
Sven Gothel
2022-02-05
1
-6
/
+6
*
Add BTGattHandler::NativeGattCharLister::mtuResponse(..) for high level info;...
Sven Gothel
2022-02-05
4
-5
/
+85
*
dbt_repeater00: Fixed intendation for message (post from[*] -> to[*])
Sven Gothel
2022-02-05
1
-3
/
+3
*
BTGattHandler::NativeGattCharListener: Add optional low- and high-level user ...
Sven Gothel
2022-02-05
4
-31
/
+475
*
Add invocation example to dbt_peripheral00.cpp and dbt_repeater00.cpp (and re...
Sven Gothel
2022-02-05
6
-0
/
+40
*
README.md: Add Ubuntu 20.04 and explicitly mention Debian + Ubuntu w/ version...
Sven Gothel
2022-02-03
1
-2
/
+7
*
Bump README
Sven Gothel
2022-02-02
1
-0
/
+8
*
Adding dbt_repeater00, example implementing a GATT repeater
Sven Gothel
2022-02-02
4
-0
/
+962
*
Introduce BTGattHandler::GattServerHandler and DBGattServer::Mode for alterna...
Sven Gothel
2022-02-02
6
-947
/
+1500
*
BTDevice.cpp: Adopt to mtx_data -> mtx_eir change, drop sync_data if redundant
Sven Gothel
2022-02-02
1
-6
/
+4
*
BTAdapter::mgmtEvDeviceConnectedHCI: No last_discovery update; mgmtEvDeviceFo...
Sven Gothel
2022-02-02
1
-3
/
+1
*
scripts/run-java-example.sh: Escape cmd args to preserve quoting like run-nat...
Sven Gothel
2022-02-02
1
-11
/
+12
*
BTAdapter/BTGattChar: API doc typo fix and removal of unused/unimpl declaration
Sven Gothel
2022-02-02
2
-2
/
+1
*
Custom GATT Processing: MTU and remote GATT Services shall be processed at re...
Sven Gothel
2022-02-02
9
-174
/
+288
*
BTAdapter::startAdvertising(): Set default adv_interval from 1.28s -> 400ms a...
Sven Gothel
2022-02-02
8
-24
/
+23
*
Refine dbt_scanner10/DBTScanner10: Title, PERF status and QUIET flag
Sven Gothel
2022-02-02
4
-56
/
+75
*
Remove obsolete and unmaintained examples: dbt_scanner00 and dbt_scanner01
Sven Gothel
2022-02-02
6
-703
/
+0
*
Bump jaulib 0.7.11
Sven Gothel
2022-01-29
1
-0
/
+0
*
BTGattHandler::toString(): Add mtu used.
Sven Gothel
2022-01-29
1
-1
/
+1
*
JNI DBGatt[Server|Service|Char]_ctorImpl(): Add platform agnostic conversion ...
Sven Gothel
2022-01-29
1
-25
/
+28
*
BTAdapter: Expose `getBTMajorVersion()` in C++ and Java, removing hasHCIExtSc...
Sven Gothel
2022-01-29
5
-15
/
+24
*
MgmtSetLocalNameCmd: BlueZ/Linux >= 5.13 (?) Bug Workaround on 'set_local_nam...
Sven Gothel
2022-01-28
1
-2
/
+15
*
DBGatt[Char|Desc]: Fix API doc typo
Sven Gothel
2022-01-28
2
-2
/
+2
*
Peripheral00: Send echo response on writeCharValueDone(..); Get and use DBGat...
Sven Gothel
2022-01-28
2
-30
/
+49
*
DBGatt[Char|Desc] (Server): Add setValue(..), allowing user to safely overwri...
Sven Gothel
2022-01-28
8
-9
/
+188
*
Bump jaulib
Sven Gothel
2022-01-27
1
-0
/
+0
*
Expose BTUtils.hexStringBytes(..) from jaulib
Sven Gothel
2022-01-27
1
-0
/
+15
*
Fix DBGatt[Char|Desc].getValue(..) JNI code: Need to use DBGattValue class to...
Sven Gothel
2022-01-27
1
-2
/
+5
*
Bump v2.5.4
v2.5.4
Sven Gothel
2022-01-25
1
-1
/
+2
*
Bump jaulib v0.7.10
Sven Gothel
2022-01-25
1
-0
/
+0
*
Fix for g++ 8.3.0 (Default constructor signature of EInfoReport)
Sven Gothel
2022-01-25
1
-2
/
+2
*
dbt_preipheral00.cpp: Fix jau::dfa_utf8_decode(..), pass its c_str() to fprin...
Sven Gothel
2022-01-25
1
-2
/
+2
*
[re]build.sh: Fully specify `logfile` incl $rootdir and $archabi part; Adding...
Sven Gothel
2022-01-25
3
-4
/
+37
[next]