summaryrefslogtreecommitdiffstats
path: root/api/direct_bt/DBTManager.hpp
Commit message (Expand)AuthorAgeFilesLines
* Converging Java/JNI and C++ API to match tinyb interface requirements (step-2)Sven Gothel2020-05-101-1/+3
* Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ...Sven Gothel2020-05-041-1/+0
* MgmtAdapterEventCallback: Pass MgmtEventCallback by reference, avoiding one copySven Gothel2020-05-031-1/+1
* ClassFunction -> FunctionDef generalization, adding plain function (non-class...Sven Gothel2020-05-031-2/+2
* DBTManager::close(): Clear adapterInfos (avoiding re-entry failure); Java del...Sven Gothel2020-05-031-1/+2
* MgmtEventCallbackList -> MgmtAdapterEventCallbackList: Adding adapter dev_id ...Sven Gothel2020-05-031-7/+50
* DBTManager Java: Add getAdapterListImpl()Sven Gothel2020-05-021-0/+8
* GATTHandler/DBTManager Timeout/Error: Limit ringbuffer.getBlocking(..) with t...Sven Gothel2020-05-021-1/+1
* GATTHandler/DBTManager Timeout/Error: Use 3s timeout; GATTHandler/l2cap use t...Sven Gothel2020-05-021-2/+2
* GATTHandler/DBTManager Timeout/Error: Unique SIGINT handler; GATTHandler disc...Sven Gothel2020-05-021-0/+2
* DBTManager::disconnect(..): send explicit MgmtEvtDeviceDisconnected to listenerSven Gothel2020-05-021-1/+2
* DBTManager: Only require a mtx_callbackLists for mgmtEventCallbackListsSven Gothel2020-04-281-1/+1
* AdapterInfo: Validate index == dev_id @ array creation in ctor, drop at usageSven Gothel2020-04-281-12/+0
* Wire AdapterInfo w/ MgmtEvtNewSettings and MgmtEvtLocalNameChanged; AdapterIn...Sven Gothel2020-04-271-7/+36
* MgmtEvent: Add MgmtSetting type; MgmtEvtNewSettings, MgmtEvtNewConnectionPara...Sven Gothel2020-04-271-15/+2
* DBTManager: Fix multiple adapters: Align kernel dev_id with our adapters indi...Sven Gothel2020-04-271-1/+1
* MgmtTypes: Add PinCode command and events; Clarify DEVICE_ADDED/REMOVED -> DE...Sven Gothel2020-04-261-4/+6
* DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove...Sven Gothel2020-04-261-0/+15
* Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ...Sven Gothel2020-04-251-17/+98
* HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,...Sven Gothel2020-04-201-0/+117