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.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
direct_bt
/
DBTAdapter.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M...
Sven Gothel
2020-06-04
1
-9
/
+10
*
DBTAdapter::performDeviceConnected(..) leaving (currently dead) code path for...
Sven Gothel
2020-06-01
1
-1
/
+1
*
Clarify le_scan and conn[ection] arguments for whitelist and connect methods ...
Sven Gothel
2020-06-01
1
-2
/
+11
*
Complete using definite tyep HCIErrorCode for disconnect reason; Add Mgmt Dis...
Sven Gothel
2020-06-01
1
-2
/
+2
*
Use a lower le_connect (supervisor) timeout: 10s instead of 32s.
Sven Gothel
2020-05-31
1
-1
/
+1
*
AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (...
Sven Gothel
2020-05-31
1
-7
/
+14
*
Differentiate disconnect w/ IO-Error, i.e. DBTDevice shall not issue HCI nor ...
Sven Gothel
2020-05-31
1
-1
/
+1
*
DBTDevice::disconnect: After skipping the hci_disconnect, the manager::discon...
Sven Gothel
2020-05-30
1
-1
/
+1
*
DBTAdapter::disconnectAllDevices: User proper HCI disconnect reason REMOTE_US...
Sven Gothel
2020-05-29
1
-1
/
+1
*
Use atomic as a memory barrier (data race), volatile is not suitable for mult...
Sven Gothel
2020-05-28
1
-2
/
+2
*
AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD...
Sven Gothel
2020-05-28
1
-0
/
+2
*
AdapterStatusListener java/C++: Add API doc
Sven Gothel
2020-05-28
1
-0
/
+32
*
DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/...
Sven Gothel
2020-05-25
1
-5
/
+3
*
DBTAdapter: Add isDeviceWhitelisted(..) wiring to DBTManager for complete exp...
Sven Gothel
2020-05-25
1
-0
/
+5
*
DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener...
Sven Gothel
2020-05-25
1
-0
/
+1
*
AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device...
Sven Gothel
2020-05-24
1
-4
/
+9
*
DBTManager: Support LOAD_CONN_PARAM (MgmtLoadConnParamCmd), providing same pe...
Sven Gothel
2020-05-24
1
-2
/
+14
*
Fix Whitelist to DBTManager/DBTAdapter and test (Result: Auto-connection but ...
Sven Gothel
2020-05-24
1
-1
/
+1
*
Add Whitelist to DBTManager/DBTAdapter and test (Result: No auto-connection)
Sven Gothel
2020-05-24
1
-1
/
+7
*
C++ multithreading fixes and example
Sven Gothel
2020-05-24
1
-6
/
+6
*
DBTAdapter: Remove explicit HCISession, migrate connectedDevice and use HCICo...
Sven Gothel
2020-05-23
1
-101
/
+27
*
API doc: DBT/Main refine and add lifecycle + listener; Enhance listener java/...
Sven Gothel
2020-05-18
1
-0
/
+11
*
Working GATT Java Side; GATT Types made fully functional for user to avoid 't...
Sven Gothel
2020-05-17
1
-12
/
+41
*
HCISession::disconnected: Don't throw exception, intentionally called at clos...
Sven Gothel
2020-05-11
1
-5
/
+0
*
Resolving flushed discovered devices and shared device reference usage.
Sven Gothel
2020-05-11
1
-8
/
+17
*
Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei...
Sven Gothel
2020-05-11
1
-0
/
+385