| Commit message (Expand) | Author | Age | Files | Lines |
* | DBTManager.cpp: Complete the !USE_LINUX_BT_SECURITY preprocessor-macro path | Sven Gothel | 2020-11-19 | 1 | -0/+7 |
* | GATTHandler: [ERR->WORDY]_PRINT for just 'unexpected error', but valid behavi... | Sven Gothel | 2020-11-18 | 1 | -11/+11 |
* | AdapterStatusListener::deviceReady(): Exclude from restrictions on method dur... | Sven Gothel | 2020-11-17 | 4 | -6/+12 |
* | DBTDevice::updatePairingState_locked(): Add FIXME note about PairingMode forc... | Sven Gothel | 2020-11-17 | 1 | -1/+2 |
* | DBTAdapter::sendDeviceReady(..): Add further safeguard: Only issue if valid &... | Sven Gothel | 2020-11-17 | 1 | -2/+5 |
* | Native -> Java Callback: No Java action on removed DBTDevice jobject: JNIAdap... | Sven Gothel | 2020-11-17 | 2 | -12/+26 |
* | DBTScanner10.java: Adopt to new [SMP] Pairing | Sven Gothel | 2020-11-17 | 1 | -17/+58 |
* | DBTDevice::updatePairingState_locked(..): Potentially force update PairingMod... | Sven Gothel | 2020-11-17 | 1 | -1/+18 |
* | DBTDevice.cxx: Fix setPairing* glue code | Sven Gothel | 2020-11-17 | 1 | -3/+3 |
* | Native/Java: Adjust PairingMode/State enum naming in code and API doc; Fix *D... | Sven Gothel | 2020-11-17 | 10 | -48/+41 |
* | PairingMode.java: Adapt to native Parining mode changed commit ce5dfbcd71a166... | Sven Gothel | 2020-11-17 | 1 | -11/+17 |
* | Fix minor compiler error: DBTScanner10.java: complete using executeOffThread(... | Sven Gothel | 2020-11-17 | 3 | -4/+5 |
* | Align SMPHandler::establishSecurity(..), DBTDevice::connectSMP(..) with L2CAP... | Sven Gothel | 2020-11-17 | 6 | -30/+49 |
* | DBTScanner10: Simplify off-thread execution coding | Sven Gothel | 2020-11-17 | 1 | -47/+26 |
* | L2CAPComm::setBTSecurityLevel() only returns true if sec_level > 0 setting wa... | Sven Gothel | 2020-11-17 | 3 | -15/+14 |
* | AdapterStatusListener: Confine readiness criteria for deviceReady: ".. and AT... | Sven Gothel | 2020-11-17 | 2 | -2/+2 |
* | DBTDevice.cpp: Add comment re setBTSecurityLevel() -> hciSMPMsgCallback() | Sven Gothel | 2020-11-16 | 1 | -2/+2 |
* | DBTDevice::hciSMPMsgCallback(): Remove dead-code case do_disconnect | Sven Gothel | 2020-11-16 | 1 | -4/+0 |
* | DBTDevice.cpp: Just move notifyDisconnect(), disconnect() and remove() to EOF... | Sven Gothel | 2020-11-16 | 1 | -88/+88 |
* | DBTDevice: Document workflow from connect -> ready. Add processDeviceReady() ... | Sven Gothel | 2020-11-16 | 3 | -42/+47 |
* | DBTAdapter.cxx: Forward AdapterStatusListener::deviceReady() to Java | Sven Gothel | 2020-11-16 | 1 | -5/+18 |
* | DBTDevice::processNotifyConnected() -> processL2CAPSetup(), which also uses t... | Sven Gothel | 2020-11-16 | 2 | -10/+15 |
* | SMPTypes.cpp: getPairingMode(..): Fix 'impossible' index out of bounds ABORT:... | Sven Gothel | 2020-11-16 | 1 | -2/+2 |
* | DBTAdapter:sendAdapterChanged(..): Issue HCIHandler::clearAllStates() if just... | Sven Gothel | 2020-11-16 | 1 | -8/+22 |
* | AdapterStatusListener::adapterSettingsChanged(..) Initial invocation also set... | Sven Gothel | 2020-11-16 | 4 | -18/+13 |
* | HCIHandler: Expose clear[ConnectionLists -> AllStates](), allowing to flush s... | Sven Gothel | 2020-11-16 | 2 | -7/+11 |
* | DBTDevice: Handle l2cap open/security within processNotifyConnected thread, s... | Sven Gothel | 2020-11-16 | 5 | -79/+85 |
* | PairingMode: Detail PASSKEY_ENTRY and NUMERIC_COMPARISON: Split up to expose ... | Sven Gothel | 2020-11-16 | 4 | -104/+107 |
* | jaucpp bump ab78639c0dc59a087088e8581f2363e7f74daf5b | Sven Gothel | 2020-11-15 | 1 | -0/+0 |
* | AdapterStatusListener add deviceReady(..) giving a clear 'start to use' event... | Sven Gothel | 2020-11-15 | 11 | -118/+248 |
* | L2CAPComm: Allow multiple open/close cycles during lifetime, required to re-e... | Sven Gothel | 2020-11-15 | 7 | -68/+133 |
* | BluetoothDevice: 'getCurrentPairing[Mode|State]()' -> 'getPairing[Mode|State]() | Sven Gothel | 2020-11-15 | 4 | -22/+22 |
* | DBTDevice: lock-free 'getCurrentPairing[Mode|State]()' -> 'getPairing[Mode|St... | Sven Gothel | 2020-11-15 | 2 | -35/+12 |
* | DBTManager::initAdapter(): Power off pre setting as required, better document... | Sven Gothel | 2020-11-15 | 1 | -5/+10 |
* | DBTManager: Add setL2CAPSecurity(..) and userConfirmReply(..) for MgmtUserCon... | Sven Gothel | 2020-11-15 | 2 | -0/+44 |
* | DBTManager: Make default BTMode::DUAL | Sven Gothel | 2020-11-15 | 3 | -8/+7 |
* | HCIHandler: Support LE_REMOTE_FEAT_COMPLETE (reading LE_Encryption flag post ... | Sven Gothel | 2020-11-15 | 2 | -2/+60 |
* | SMPAuthReqs: Ease string representation.. (for viewer) | Sven Gothel | 2020-11-15 | 2 | -28/+52 |
* | MgmtTypes: Reorg, add MgmtUserConfirmReplyCmd, MgmtUserConfirmNegativeReplyCm... | Sven Gothel | 2020-11-15 | 2 | -64/+92 |
* | DBTManager: Bind USER_CONFIRM_REQUEST to its callback (was missed in related ... | Sven Gothel | 2020-11-14 | 1 | -1/+1 |
* | DBTManager::initAdapter(): Use SMPIOCapability::KEYBOARD_ONLY, to weight on P... | Sven Gothel | 2020-11-14 | 1 | -2/+8 |
* | Add SMP changed to *.java API (AdapterStatusListener devicePairingState(..), ... | Sven Gothel | 2020-11-14 | 13 | -154/+417 |
* | Wire HCIACLData::l2cap_frame/SMPPDUMsg from HCIHandler -> DBTAdapter -> DBTDe... | Sven Gothel | 2020-11-14 | 6 | -46/+442 |
* | MgmtTypes.hpp: Add MgmtUserPasskeyReplyCmd, MgmtUserPasskeyNegativeReplyCmd, ... | Sven Gothel | 2020-11-14 | 4 | -3/+117 |
* | HCIACLData::l2cap_frame: Add enum class PBFlag for proper type/value document... | Sven Gothel | 2020-11-14 | 2 | -21/+33 |
* | SMPTypes.hpp: Deduce fully spec compliant PairingMode from both devices' SMPA... | Sven Gothel | 2020-11-14 | 2 | -49/+107 |
* | SMPTypes.cpp: Sort implementation in declaration order for easier review | Sven Gothel | 2020-11-12 | 1 | -26/+26 |
* | Add SMPPairingState and PairingMode mapping: getBestPairingMode(SMPAuthReqs, ... | Sven Gothel | 2020-11-12 | 2 | -0/+148 |
* | PairingMode: Add NEGOTIATING mode, i.e. Pairing Feature Exchange in progress | Sven Gothel | 2020-11-12 | 2 | -4/+8 |
* | API doc: SMPAuthReqs::MITM API -> PairingMode and add spec refs | Sven Gothel | 2020-11-12 | 1 | -4/+39 |