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
*
ATTPDUTypes.hpp: Fix double ';;' and API doc of AttElementList::setElementCou...
Sven Gothel
2022-01-02
1
-7
/
+7
*
DiscoverPolicy: Fix AdapterstatusListener API doc: Add 'remote' notion and fi...
Sven Gothel
2022-01-02
2
-28
/
+30
*
DiscoveryPolicy: Fix: BTDevice::connectGATT(): Only discover GATT services et...
Sven Gothel
2022-01-02
1
-1
/
+4
*
Fix DBGattServer::max_att_mtu setup: Constrain over minimum of 512+1, value -...
Sven Gothel
2022-01-01
1
-2
/
+2
*
Fix BTGattHandler::sendIndication(..): AttPDUMsg::get_type(): HANDLE_VALUE_CF...
Sven Gothel
2022-01-01
1
-2
/
+2
*
dbt_peripheral00/DBTPeripheral00: Fix using *Indicate handle where selected
Sven Gothel
2022-01-01
2
-4
/
+4
*
Examples: Use clear 'client_keys' and 'server_keys' for key client- and serve...
Sven Gothel
2022-01-01
11
-24
/
+26
*
BTDevice::uploadKeys(): Simplify BTRole condition and fix comments, add DBG_P...
Sven Gothel
2022-01-01
1
-7
/
+12
*
BTDevice::setSMPKeyBin(): Set pairing_data.use_sc based on SMPKeyBin LTKs
Sven Gothel
2022-01-01
1
-0
/
+1
*
BTAdapter::mgmtEvDeviceDisconnectedHCI(): PERIPHERAL_ADAPTER_MANAGES_SMP_KEYS...
Sven Gothel
2022-01-01
1
-1
/
+11
*
BTAdapter/BTDevice: Refine key managment related *_PRINT and PairingData::toS...
Sven Gothel
2022-01-01
2
-9
/
+11
*
SMPKeyBin::uses_SC() added to conveniently determine whether SC is being used...
Sven Gothel
2022-01-01
3
-3
/
+15
*
BTManager::uploadLongTermKey(): Add knowledge of Linux invalud LTK address+ty...
Sven Gothel
2022-01-01
2
-4
/
+43
*
MgmtTypes: LTK, IRK and LK: Add BDAddressAndType::getBLERandomAddressTypeStri...
Sven Gothel
2022-01-01
3
-10
/
+26
*
README.md: v2.5.2
v2.5.2
Sven Gothel
2021-12-05
1
-0
/
+4
*
Bump jaulib v0.7.5
Sven Gothel
2021-12-05
1
-0
/
+0
*
dbt_scanner10/DBTScanner10: Remove redundant adapter::removeDiscoveredDevices...
Sven Gothel
2021-12-05
2
-6
/
+0
*
Bump jaulib v0.7.4
Sven Gothel
2021-12-05
1
-0
/
+0
*
Bump README.md v2.5.1
v2.5.1
Sven Gothel
2021-11-29
1
-0
/
+7
*
DiscoveryPolicy: DBTScanner10.java align with dbt_scanner10.cpp, remove all s...
Sven Gothel
2021-11-29
1
-12
/
+0
*
BTAdapter::pausing_discovery_devices: Use std::weak_ptr<BTDevice> list; Add B...
Sven Gothel
2021-11-29
7
-13
/
+165
*
DBTAdapter.cxx: Fix AdapterStatusListener.discoveringChanged(..) signature
Sven Gothel
2021-11-29
1
-1
/
+1
*
Add BTObject::checkValid() implementation overriding jau:JavaUplink, to actua...
Sven Gothel
2021-11-29
1
-0
/
+6
*
Bump README.md v2.5.0
v2.5.0
Sven Gothel
2021-11-28
1
-0
/
+12
*
DiscoveryPolicy: Implement Discovery Policy, covering HCI host OS's implied d...
Sven Gothel
2021-11-28
16
-218
/
+479
*
DiscoveryPolicy: AdapterStatusListener::deviceReady(): Added remark: 'and GAT...
Sven Gothel
2021-11-28
2
-2
/
+4
*
DiscoveryPolicy: BTDevice::connectGATT(): Discover GATT services and parse Ge...
Sven Gothel
2021-11-28
1
-32
/
+37
*
BTAdapter/BTDevice: [ERR|WARN]_PRINT: Removed 'lead-in' method name as it is ...
Sven Gothel
2021-11-28
2
-58
/
+58
*
BTAdapter.cpp: Remove redundant sync_data post mutex lock
Sven Gothel
2021-11-28
1
-3
/
+0
*
Add SMPKey.PrePaired.Workflow.txt (doc/misc section for snippets to remember)
Sven Gothel
2021-11-19
1
-0
/
+34
*
SMPKeyBin::createAndWrite(..): Drop 'overwrite' argument as we shall set over...
Sven Gothel
2021-11-19
6
-10
/
+14
*
Fix PRE_PAIRED mode for !SC: Master needs to upload init LTK 1st, then respon...
Sven Gothel
2021-11-19
1
-11
/
+30
*
BTAdapter::startAdvertising(): Annotate potential restart of advertising issue
Sven Gothel
2021-11-18
1
-1
/
+2
*
BTAdapter::mgmtEvDeviceFoundHCI: Use mgmt.unpairDevice() skipping already don...
Sven Gothel
2021-11-18
1
-1
/
+1
*
LTK::toString() Have EDIV + RAND lsbFirst w/o '0x' prefix like btmon
Sven Gothel
2021-11-18
2
-4
/
+4
*
BTManager debug output: Fix classname
Sven Gothel
2021-11-17
1
-65
/
+65
*
Reader-Running-State Robustness: Have the atomic boolean be of memory_order_s...
Sven Gothel
2021-11-17
4
-4
/
+4
*
Inrcrease Reader-Callback Shutdown Robustness: Limited time (8s) and have thr...
Sven Gothel
2021-11-17
5
-4
/
+70
*
Bump jaulib v0.7.3
Sven Gothel
2021-11-17
1
-0
/
+0
*
BTAdapter::startDiscovery(..): Add 'bool filter_dup=true' as last parameter; ...
Sven Gothel
2021-11-17
7
-21
/
+35
*
Bump jaulib
Sven Gothel
2021-11-16
1
-0
/
+0
*
Bump jaulib
Sven Gothel
2021-11-16
1
-0
/
+0
*
Unlock mutex before notify_all to avoid pessimistic re-block of notified wait...
Sven Gothel
2021-11-16
7
-13
/
+24
*
Bump jaulib
Sven Gothel
2021-11-16
1
-0
/
+0
*
Bump README.md for v2.4.0
v2.4.0
Sven Gothel
2021-11-15
1
-8
/
+8
*
scripts/build.sh: Cleanup alternative cmake invocation, emphasize on RELEASE ...
Sven Gothel
2021-11-15
1
-1
/
+4
*
Java JNI: Implement DBGattServer.Listener incl DBGattServer.[add|remove]Liste...
Sven Gothel
2021-11-15
4
-21
/
+235
*
DBGattServer.hpp: DBGatt[Desc|Char|Service|Server]: Use jau::JavaUplink for o...
Sven Gothel
2021-11-15
6
-44
/
+89
*
DBTAdapter.cxx: jau::search_*(..) already validates results and throws jau::I...
Sven Gothel
2021-11-15
1
-120
/
+13
*
Bump jaulib v0.7.2
Sven Gothel
2021-11-15
1
-0
/
+0
[next]