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
*
AdapterInfo: Fix isCurrentSettingBitSet() -> const; toString() shows 'Adapter...
v2.1.32
Sven Gothel
2020-10-25
1
-2
/
+2
*
Add ChangedAdapterSetCallback (C++), ChangedAdapterSetListener (Java) for [DB...
Sven Gothel
2020-10-25
9
-84
/
+418
*
DBTAdapter/Manager: Use DBG_PRINT instead of PLAIN_PRINT
Sven Gothel
2020-10-25
2
-16
/
+16
*
DBTAdapter::close(): Don't use mgmt reference if !valid
Sven Gothel
2020-10-25
1
-1
/
+1
*
Review & fix cow_vector 'fancy' write access: write_mutex, copy_store and set...
Sven Gothel
2020-10-25
3
-22
/
+22
*
DBTAdapter.java toString(): Add dev_id to string representation if !isValid()
Sven Gothel
2020-10-25
1
-1
/
+1
*
Bump jaucpp d8f3281a390683491ad3058900c0f72ff8e18251
Sven Gothel
2020-10-25
1
-0
/
+0
*
Support Adapter removal and add @ runtime: Handle INDEX_ADDED and INDEX_REMOV...
Sven Gothel
2020-10-25
10
-98
/
+350
*
AdapterStatusListener (Java): Have native destruction clear the 'nativeInstan...
Sven Gothel
2020-10-25
2
-12
/
+42
*
Refine/add state queries in [DBT|Bluetooth]Adapter, BluetoothManager
Sven Gothel
2020-10-25
25
-192
/
+281
*
MgmtEvent::Opcode::NEW_SETTINGS: Be fully functional w/o Adapter: DBTManager ...
Sven Gothel
2020-10-25
4
-13
/
+38
*
DBTAdapter::toString(): Add valid and open states; Reorder some methods
Sven Gothel
2020-10-24
1
-56
/
+61
*
DBTManager: Add adapter add/remove support: Use cow_vector for adapterInfo-li...
Sven Gothel
2020-10-24
3
-53
/
+95
*
DBTManager: Start dropping index (idx) for adapter id, use dev_id - drop inde...
Sven Gothel
2020-10-24
3
-9
/
+10
*
DBTManager: Use native uint16_t type for valid dev_id (not increased value ra...
Sven Gothel
2020-10-24
2
-42
/
+42
*
DBTAdapter/Manager: Callback DBG/PRINT: Use common source prefix 'mgmt' or 'hci'
Sven Gothel
2020-10-24
2
-31
/
+32
*
BluetoothUtils.java: Shorten *Milliseconds* functions; Reuse C++ environment:...
Sven Gothel
2020-10-23
10
-59
/
+66
*
DBTAdapter: Resolve uninitialized nextMetaScanType and refine with hasScanTyp...
Sven Gothel
2020-10-23
1
-2
/
+9
*
AdapterStatusListener::discoveringChanged: Add meta ScanType and changed Scan...
Sven Gothel
2020-10-23
14
-65
/
+199
*
Better arg names and order for 'ScanType changeScanType(const ScanType curren...
Sven Gothel
2020-10-23
3
-8
/
+8
*
More graceful takedown @ powered-off: Don't attempt futile HCI disconnect (DB...
Sven Gothel
2020-10-23
2
-5
/
+18
*
Sent discovery event directly (!off-thread) guaranteeing SC; Push ScanType di...
Sven Gothel
2020-10-23
4
-82
/
+120
*
jaucpp: Bump jaucpp to a370dcdf3320aed410c2a22b6baf1e4a08260979
v2.1.31
Sven Gothel
2020-10-22
1
-0
/
+0
*
Update valgrind.supp
Sven Gothel
2020-10-22
1
-5
/
+46
*
DBTAdapter: Use HCIHandler::getCurrentScanType(); start/stop_discovery: Set c...
Sven Gothel
2020-10-22
2
-38
/
+38
*
HCIHandler: *create_conn(..) mitigate any pending connection commands avoidin...
Sven Gothel
2020-10-22
3
-182
/
+390
*
ScanType: Add boolean operator
Sven Gothel
2020-10-22
1
-0
/
+25
*
cmake: Expose different instrumentation (-fsanitize=) modules
Sven Gothel
2020-10-21
2
-3
/
+14
*
Small footprint compromise: Use jau::nsize_t and jau::snsize_t where appropriate
Sven Gothel
2020-10-20
21
-336
/
+336
*
adopt ringbuffer Size_type changes, using jau::nsize_t
Sven Gothel
2020-10-20
6
-10
/
+10
*
Bump jaucpp to 2ff9efc5662e501bbd239b33d36cb940c62518b8
Sven Gothel
2020-10-20
1
-0
/
+0
*
tinyb/BluetoothManager.cpp: One more -Wshadow detected on g++ 8.3
Sven Gothel
2020-10-20
1
-2
/
+2
*
Bump jaucpp 0696d7783ddf7902f28a5449fefe0ef44fba4c04
Sven Gothel
2020-10-20
1
-0
/
+0
*
g++ 8.3 -Warray-bounds triggered even on memcpy, mark as no-error
Sven Gothel
2020-10-20
1
-1
/
+2
*
Bump jaucpp to d7c8b7e16e93375d46dbb5771c92bbc335361b1b
Sven Gothel
2020-10-20
1
-0
/
+0
*
Eclipse .cproject
Sven Gothel
2020-10-20
1
-11
/
+36
*
cmake: Add warning (=error): -Wshadow -Wtype-limits -Wsign-compare
Sven Gothel
2020-10-20
1
-1
/
+4
*
Minor int -> uint16_t explicit cast
Sven Gothel
2020-10-20
2
-3
/
+3
*
Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...
Sven Gothel
2020-10-20
8
-72
/
+72
*
Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...
Sven Gothel
2020-10-20
19
-151
/
+150
*
Normalize: Use size_t where appropriate; timestamp is uint64_t
Sven Gothel
2020-10-20
24
-381
/
+391
*
adopt to ringbuffer::getSize() -> size_t changes
Sven Gothel
2020-10-20
3
-3
/
+3
*
Bump jaucpp tp 0814f8212ac1ec19fef79d8ed55a162d3d8583f3
Sven Gothel
2020-10-20
1
-0
/
+0
*
HCIHandler: mtx_connectionList drop recursive for simple mutex; Drop top-leve...
Sven Gothel
2020-10-20
2
-22
/
+21
*
.cproject: C++17 and C11
Sven Gothel
2020-10-20
2
-3
/
+3
*
cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti...
Sven Gothel
2020-10-20
8
-77
/
+4
*
Bump 2.1.30
v2.1.30
Sven Gothel
2020-10-19
1
-1
/
+5
*
DBTAdapter: ERR -> WARN: startDiscovery + startDiscoveryBackground on Adapter...
Sven Gothel
2020-10-19
1
-2
/
+5
*
Bump jaucpp 3e5a9c125d34b1e40ade99757b9b48c015cf9939
Sven Gothel
2020-10-19
1
-0
/
+0
*
run-dbt-scanner10: Use export for VALGRIND invocation macro
Sven Gothel
2020-10-19
1
-4
/
+4
[next]