summaryrefslogtreecommitdiffstats
path: root/examples/direct_bt_scanner10
Commit message (Expand)AuthorAgeFilesLines
* AdapterInfo Cleanup: AdapterSetting current_setting -> atomic, drop its atomi...Sven Gothel2020-10-141-6/+6
* DBTAdapter::reset(): Utilize HCI host implementation specific reset procedure...Sven Gothel2020-10-131-4/+7
* dbt_scanner10, DBTScanner10: POWERED-ON @ AdapterStatusListener::adapterSetti...Sven Gothel2020-10-131-0/+10
* AdapterStatusListener[1] and DBTAdapter[2] API Refinement: [1] non const DBTA...Sven Gothel2020-10-131-12/+17
* DBTAdapter::reset(): Promote HCIHandler::reset() to adapter incl Java bindingSven Gothel2020-10-091-6/+26
* helgrind 'data race': dbt_scanner10: Enacapsulate all concurrent vector acces...Sven Gothel2020-10-071-7/+19
* dbt_scanner10: Have counter MULTI_MEASUREMENTS atomic and issue decrement @ e...Sven Gothel2020-09-291-9/+16
* dbt_scanner10/DBTScanner10: Fix Skip non 'public LE' and non 'random static p...Sven Gothel2020-09-271-1/+2
* DBTAdapter.adapterSettingsChanged(): Handle 'initialSetting' (0 == oldmask): ...Sven Gothel2020-09-261-4/+8
* dbt_scanner10(C++/Java): Rename arg '-silent_gatt' -> '-quiet', and add silen...Sven Gothel2020-09-251-31/+26
* dbt_scanner10/ScannerTinyB10: Fix '!KEEP_CONNECT' case, i.e. remove device an...Sven Gothel2020-09-241-0/+9
* GATTNumbers: Concluding review: API doc, better naming, have optional data an...Sven Gothel2020-09-241-3/+3
* dbt_scanner10 + ScannerTinyB10: Make gatt-ping optional and always cleanup on...Sven Gothel2020-09-241-12/+34
* GATT/L2CAP Robustness: Have L2CAPHandler its own DBTEnvrionment (local L2CAP_...Sven Gothel2020-09-231-3/+6
* Fix Java_direct_1bt_tinyb_DBTGattDescriptor_toStringImpl(..): Wrong arg list,...v2.1.27Sven Gothel2020-09-221-0/+7
* LE Secure Connections: Initial API to support secure pairing with varying Pai...Sven Gothel2020-09-221-0/+33
* GATT*::toString(): Encapsulate resulting string with '[]'; Examples: Use clea...Sven Gothel2020-09-201-4/+4
* Examples dbt_scanner10, ScannerTinyB10: Realign arguments in help dumpSven Gothel2020-09-201-1/+2
* dbt_scanner10.cpp: Add cmdline args '-dbt_verbose, -dbt_debug, -dbt_mgmt, -db...Sven Gothel2020-09-201-14/+29
* DBTDevice: Resolve disconnect/remove resource race condition @ rapid connect ...v2.1.22Sven Gothel2020-09-181-5/+4
* dbt_scanner10: Also silence printSharedPtrListOfDevices if SILENT_GATTSven Gothel2020-09-181-2/+6
* HCIComm, L2CAPComm, GATTHandler: Better var- and accessor-naming, init fd in ...Sven Gothel2020-09-181-1/+1
* Open [& Connect] @ ctor (RAII): HCIComm, L2CAPComm, GATTHandler, simplifying ...Sven Gothel2020-09-181-1/+1
* ScannerTinyB10, dbt_scanner10: Add '-silent_gatt' options: Don't print detail...v2.1.21Sven Gothel2020-09-161-20/+34
* ScannerTinyB10: Fix found/connected filter; dbt_scanner10: Add parallel multi...Sven Gothel2020-09-161-30/+47
* Fixing Example crossreference and Menu itemSven Gothel2020-09-031-1/+1
* README: More detailed Direct-BT description (event driven, build depenencies,...Sven Gothel2020-09-031-2/+5
* Complete mapping of BTMode (C++, Java) and have Adapter recognize actual BTMo...Sven Gothel2020-09-031-1/+11
* ScannerTinyB10: Expose start/stop discovery result / dbt_scanner10: Align dis...Sven Gothel2020-08-231-4/+5
* DBTAdapter: Have non-enabled adapter to be valid, use lazy HCI initialization...Sven Gothel2020-08-221-0/+6
* Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav...Sven Gothel2020-07-281-4/+5
* C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of...Sven Gothel2020-07-271-3/+5
* Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ...Sven Gothel2020-07-261-2/+2
* Reworking GATTCharacteristicListener (C++ and Java)Sven Gothel2020-07-241-7/+5
* Extract dfa_utf8_decode.[cpp/hpp] added to libtinyb.so, i.e. used for both na...Sven Gothel2020-07-041-1/+3
* DBTAdapter::printDevices() -> printSharedPtrListOfDevices() + API doc remark:...Sven Gothel2020-07-031-3/+3
* Example scanner10 (Java/C++): Show pingGATT OK on console for feedbackSven Gothel2020-07-021-0/+1
* Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre...Sven Gothel2020-07-021-2/+2
* Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow...Sven Gothel2020-06-291-53/+78
* ScannerTinyB10: Allow waiting for multiple devices.Sven Gothel2020-06-281-1/+1
* Use HCIHandler *connect*/disconnect; Enhance native + java testSven Gothel2020-06-271-6/+9
* test/example: dbt_scanner10 + ScannerTinyB10: Add options MULTI_MEASUREMENTS ...Sven Gothel2020-06-261-6/+33
* scanner example 10 (C++/Java): Add more detailed PERFormance numbersv2.1.4Sven Gothel2020-06-101-6/+16
* DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat...Sven Gothel2020-06-091-3/+3
* Event driven C++/Java scanner 10 example: Issue stopDiscovery() @ processConn...Sven Gothel2020-06-091-0/+1
* L2CAPComm/GATTHandler: User 'enum class' constants for type safety; Drop GATT...Sven Gothel2020-06-091-1/+1
* BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2Sven Gothel2020-06-041-1/+1
* Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyesSven Gothel2020-06-041-2/+2
* Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M...Sven Gothel2020-06-041-4/+4
* dbt_scanner10.cpp: Add missing CRSven Gothel2020-06-011-1/+1