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
/
examples
/
direct_bt_scanner10
/
dbt_scanner10.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow...
Sven Gothel
2020-06-29
1
-53
/
+78
*
ScannerTinyB10: Allow waiting for multiple devices.
Sven Gothel
2020-06-28
1
-1
/
+1
*
Use HCIHandler *connect*/disconnect; Enhance native + java test
Sven Gothel
2020-06-27
1
-6
/
+9
*
test/example: dbt_scanner10 + ScannerTinyB10: Add options MULTI_MEASUREMENTS ...
Sven Gothel
2020-06-26
1
-6
/
+33
*
scanner example 10 (C++/Java): Add more detailed PERFormance numbers
v2.1.4
Sven Gothel
2020-06-10
1
-6
/
+16
*
DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat...
Sven Gothel
2020-06-09
1
-3
/
+3
*
Event driven C++/Java scanner 10 example: Issue stopDiscovery() @ processConn...
Sven Gothel
2020-06-09
1
-0
/
+1
*
L2CAPComm/GATTHandler: User 'enum class' constants for type safety; Drop GATT...
Sven Gothel
2020-06-09
1
-1
/
+1
*
BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...
v2.1.2
Sven Gothel
2020-06-04
1
-1
/
+1
*
Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes
Sven Gothel
2020-06-04
1
-2
/
+2
*
Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M...
Sven Gothel
2020-06-04
1
-4
/
+4
*
dbt_scanner10.cpp: Add missing CR
Sven Gothel
2020-06-01
1
-1
/
+1
*
AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (...
Sven Gothel
2020-05-31
1
-9
/
+15
*
C++/Java Scanner 10: Refine found/connect criteria: Also in EUI48_ANY_DEVICE ...
Sven Gothel
2020-05-31
1
-8
/
+9
*
Aligned Java scanner 10 w/ native example (working error recovery); Tolerant ...
Sven Gothel
2020-05-30
1
-1
/
+4
*
Simplify dbt_scanner10.cpp: Only WHITELIST and !WHITELIST discovery mode, ...
Sven Gothel
2020-05-30
1
-98
/
+52
*
C++/Java scanner test 10: task function renaming to a more suitable name
Sven Gothel
2020-05-29
1
-10
/
+10
*
Multi-device and -threading examples *10 (java and native): Only attempt conn...
Sven Gothel
2020-05-28
1
-8
/
+3
*
AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD...
Sven Gothel
2020-05-28
1
-8
/
+12
*
dbt_scanner00/10, ScannerTinyB01: Use getUTF8String(..) for GATT Characterist...
Sven Gothel
2020-05-28
1
-18
/
+15
*
DBTDevice.cpp: Use openHCI() instead of getHCI(), i.e. implicit open if requi...
Sven Gothel
2020-05-27
1
-7
/
+0
*
dbt_scanner10.cpp: startDiscovery( keepAlive=true ) if connector thread faile...
Sven Gothel
2020-05-26
1
-1
/
+1
*
GATTHandler/L2CAPHandler: Thread safety and interrupt hanging L2CAP ::connect()
Sven Gothel
2020-05-26
1
-1
/
+3
*
dbt_scanner10.cpp: More verbose info message showing handled device in a mult...
Sven Gothel
2020-05-26
1
-2
/
+2
*
DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/...
Sven Gothel
2020-05-25
1
-2
/
+2
*
DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener...
Sven Gothel
2020-05-25
1
-14
/
+22
*
Fix listener notice for discovering and connection (enabled and add connected)
Sven Gothel
2020-05-24
1
-1
/
+1
*
AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device...
Sven Gothel
2020-05-24
1
-5
/
+13
*
Fix Whitelist to DBTManager/DBTAdapter and test (Result: Auto-connection but ...
Sven Gothel
2020-05-24
1
-23
/
+21
*
Add Whitelist to DBTManager/DBTAdapter and test (Result: No auto-connection)
Sven Gothel
2020-05-24
1
-31
/
+64
*
dbt_scanner10 (multithread): Only halt discovery for hci-connect and -disconn...
Sven Gothel
2020-05-24
1
-0
/
+24
*
C++ multithreading fixes and example
Sven Gothel
2020-05-24
1
-0
/
+363