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
...
*
dbt_scanner10: Document important invocation options
Sven Gothel
2021-07-27
2
-10
/
+75
*
Clarify EInfoReport ownership between MgmtEvtDeviceFound, HCIHandler and BTAd...
Sven Gothel
2021-07-27
8
-37
/
+50
*
Merge remote-tracking branch 'sgothel-ict/master'
Sven Gothel
2021-07-27
1
-2
/
+3
|
\
|
*
BTGattHandler: discoverDescriptors keep iterating all characteristics after t...
Xerxes RĂ„nby
2021-07-23
1
-2
/
+3
*
|
test_java.sh: Fix jar name used
Sven Gothel
2021-07-27
1
-5
/
+6
|
/
*
Bump jaulib v0.4.1
Sven Gothel
2021-06-22
1
-0
/
+0
*
Bump jaulib v0.4.0
Sven Gothel
2021-06-20
1
-0
/
+0
*
scripts/run-java-scanner10.sh: Add 'JAVA_PROPS' var to allow passing Java pro...
v2.2.7
Sven Gothel
2021-06-15
1
-1
/
+3
*
[D]BTAdapter.printDeviceList[s](..): Also print device name in debug output.
Sven Gothel
2021-06-15
2
-2
/
+5
*
DBTAdapter.printDeviceLists(): Avoid ConcurrentModificationException by using...
Sven Gothel
2021-06-15
1
-1
/
+2
*
SMPKeyBin: Make key base filename compatible to FAT32 Long filename (LFN)
v2.2.6
Sven Gothel
2021-06-11
3
-8
/
+51
*
Fix direct_bt.pc.cmake package description
Sven Gothel
2021-06-11
1
-3
/
+3
*
eclipse cdt changes
Sven Gothel
2021-06-11
2
-5
/
+7
*
Bump to jaulin v0.3.3 and adapte to jau:ringbuffer changes
Sven Gothel
2021-06-11
9
-8
/
+8
*
Bump README
v2.2.5
Sven Gothel
2021-02-22
1
-1
/
+8
*
BTDevice::connectLE(..): Add (commented out) enforced BTSecurityLevel::NONE u...
Sven Gothel
2021-02-21
1
-0
/
+8
*
SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri...
Sven Gothel
2021-02-21
5
-186
/
+517
*
BTDevice::connectLE(..): Set smp_auto_done=true on connect command failure
Sven Gothel
2021-02-21
1
-0
/
+2
*
Bump jaulib
Sven Gothel
2021-02-21
1
-0
/
+0
*
BTUtils.java: Add 'long wallClockSeconds()'
Sven Gothel
2021-02-21
2
-4
/
+20
*
SMPKeyBin: Use fprintf_td(..) to have elapsedTime prependend
Sven Gothel
2021-02-14
2
-21
/
+21
*
BTAdapter/BTDevice: Debug output: Rename [DBT -> BT][Adapter|Device]; Default...
Sven Gothel
2021-02-14
3
-245
/
+245
*
AdapterStatusListener (C++): Have a NOP default implementation for all method...
Sven Gothel
2021-02-14
1
-8
/
+46
*
Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap...
Sven Gothel
2021-02-14
17
-452
/
+940
*
Bump jaulib 1ad0d850655c13943436f725732bbe7c289957d8
Sven Gothel
2021-02-14
1
-0
/
+0
*
JNI: Fix missed package and class name renaming in jni code.
Sven Gothel
2021-02-12
3
-7
/
+7
*
Bump jaulib v0.3.1
Sven Gothel
2021-02-11
1
-0
/
+0
*
SMPKeyBin::remove: Don't use C++17 stdlib's std::filesystem::remove() per def...
Sven Gothel
2021-02-11
1
-2
/
+10
*
Bump README; Drop TinyB from title, as it no more covers the new Direct-BT AP...
Sven Gothel
2021-02-11
3
-9
/
+17
*
Scanner10: Apply: Key deletion on (bad key) failure (i.e. regenerate key); Se...
Sven Gothel
2021-02-11
2
-99
/
+21
*
BTDevice::updatePairingState(..): Accept SMPPairingState::FAILED, to have SMP...
Sven Gothel
2021-02-11
1
-3
/
+2
*
SMPKeyBin: Add static remove(..) method, supporting deletion of key file.
Sven Gothel
2021-02-11
3
-10
/
+45
*
BTDevice::setPairingPasskeyNegative(): Added API doc and missing Java binding...
Sven Gothel
2021-02-11
5
-1
/
+70
*
DBTScanner10: Remove wrong comment
Sven Gothel
2021-02-10
1
-1
/
+0
*
Bump jaulib v0.3.0
Sven Gothel
2021-02-10
1
-1
/
+0
*
HCITypes Fix l2cap_frame::isGATT(): Compare with ATT (copy & paste); HCIHandl...
Sven Gothel
2021-02-10
2
-4
/
+2
*
API String Conversion Simplification: get.*String() -> direct_bt::to_string()...
Sven Gothel
2021-02-10
33
-595
/
+607
*
Bump jaulib
Sven Gothel
2021-02-10
1
-0
/
+1
*
API String Conversion Simplification: get.*String() -> direct_bt::to_string()...
Sven Gothel
2021-02-10
6
-36
/
+14
*
Bump README.md
v2.2.4
Sven Gothel
2021-02-09
1
-0
/
+7
*
Bump jaulib v0.2.24
Sven Gothel
2021-02-09
1
-0
/
+0
*
BTDevice: Fix ERR_PRINT(..) argument
Sven Gothel
2021-02-09
1
-1
/
+1
*
Eclipse cdt setting: Added '-Wno-float-equal' for check2
Sven Gothel
2021-02-09
1
-2
/
+2
*
SC changes of Scanner10 example (C++/Java)
Sven Gothel
2021-02-09
2
-28
/
+105
*
BTDevice/BTManager: Decorate all SC code with '#if USE_LINUX_BT_SECURITY' and...
Sven Gothel
2021-02-09
2
-0
/
+63
*
SMPKeyBin (C++/Java): Add 'apply(BTDevice&)' method, setting Security params ...
Sven Gothel
2021-02-09
5
-30
/
+190
*
BTDevice.java: Add isValid() query, i.e. device reference valid and device no...
Sven Gothel
2021-02-09
3
-0
/
+16
*
Bump jaulib 24858af589132ca063a99980defeb00c3437475c
Sven Gothel
2021-02-09
1
-0
/
+0
*
Adapt to reverted constexpr_cxx20 name; Refine constexpr for OctetTypes (thx ...
Sven Gothel
2021-02-09
4
-182
/
+145
*
Bump jaulib 66452fe7b4c60c5582a45f1cfee5287f3d9b3fde
Sven Gothel
2021-02-09
1
-0
/
+0
[prev]
[next]