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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance API doc: DBGattServer::Listener (C++) and DBGattServer.Listener (java)
Sven Gothel
2022-01-24
2
-0
/
+26
*
GattNumbers.hpp/DBGattChar.java: Add GENERIC_ATTRIBUTE's Characteristic GattC...
Sven Gothel
2022-01-24
2
-0
/
+10
*
BTDevice::toString(): Don't show EIR if device is BTRole::Slave (not scanned/...
Sven Gothel
2022-01-24
1
-1
/
+2
*
dbt_scanner10 (C++/Java): Use potential connection interval within EIR for co...
Sven Gothel
2022-01-18
2
-4
/
+28
*
DBTDevice::getEIRImpl(): Just copy instance w/o clear and set
Sven Gothel
2022-01-18
1
-2
/
+1
*
getHCIConnSupervisorTimeout(): Revise types and add overload (Java)
Sven Gothel
2022-01-18
2
-8
/
+27
*
DBTDevice.java/cxx: Reuse EInfoReport instance and clear before retrieving data
Sven Gothel
2022-01-18
2
-5
/
+6
*
Add EInfoReport::clear()
Sven Gothel
2022-01-18
4
-0
/
+24
*
EInfoReport::set(const EInfoReport& eir): Add test !isSet(EIRDataType::..) be...
Sven Gothel
2022-01-18
1
-16
/
+18
*
BTDevice: Expose aggregated scanned EIR
Sven Gothel
2022-01-18
7
-147
/
+33
*
Add EInfoReport::set(const EInfoReport&) to merger multiple scanned EIR; toSt...
Sven Gothel
2022-01-18
4
-31
/
+272
*
Bump jaulib v0.7.9 (missed version tag)
Sven Gothel
2022-01-17
1
-0
/
+0
*
Bump jaulib v0.7.9; Use jau::service_runner::singleton_sighandler(), remove o...
Sven Gothel
2022-01-17
3
-53
/
+6
*
BTAdapter::startDiscovery(): Issue l2cap_service.stop(), transition to respon...
Sven Gothel
2022-01-17
1
-0
/
+3
*
bluez-btreset: Add setting local name
Sven Gothel
2022-01-17
1
-0
/
+4
*
BTAdapter::l2cap_att_srv: Have l2cap_service start/stop open and close the L2...
Sven Gothel
2022-01-17
2
-11
/
+25
*
BTDevice::toString(): Add l2cap_att
Sven Gothel
2022-01-17
1
-3
/
+3
*
BTDevice::processL2CAPSetup(): In 'smp_auto' mode on l2cap failure: Don't dis...
Sven Gothel
2022-01-17
1
-11
/
+19
*
L2CAP*::toString() add: const noexcept
Sven Gothel
2022-01-17
2
-6
/
+15
*
Bump jaulib v0.7.8
Sven Gothel
2022-01-13
1
-0
/
+0
*
Add BTAdapter::setServerConnSecurity(..)
Sven Gothel
2022-01-13
5
-0
/
+59
*
BTDevice::setConnSecurity*(..): Consolidate write methods to setConnSecurity(...
Sven Gothel
2022-01-13
8
-295
/
+61
*
BTAdapter: Use L2CapServer jau::service_runner if running as GATT server (Sla...
Sven Gothel
2022-01-12
2
-5
/
+70
*
DBTConst: THREAD_SHUTDOWN_TIMEOUT_MS is jau::nsize_t
Sven Gothel
2022-01-12
1
-1
/
+3
*
BTDevice::l2cap_att: Use as unique_ptr reference to be replaced, allow connec...
Sven Gothel
2022-01-12
2
-12
/
+22
*
Refine L2CAPComm and add L2CAPServer (listen for connecting remote devices)
Sven Gothel
2022-01-12
2
-86
/
+344
*
CMakeLists: Add jau/service_runner.cpp
Sven Gothel
2022-01-12
1
-0
/
+1
*
Add BTManager::setDefaultConnParam(..) using new MgmtSetDefaultConnParamU16Cm...
Sven Gothel
2022-01-12
2
-0
/
+42
*
MgmtTypes: Add MgmtDefaultParam, MgmtDefaultParamU16 for MgmtReadDefaultConnP...
Sven Gothel
2022-01-12
2
-2
/
+235
*
BTManager: Use jau::service_runner
Sven Gothel
2022-01-12
2
-108
/
+54
*
HCIHandler: Use jau::service_runner
Sven Gothel
2022-01-12
2
-183
/
+130
*
BTGattHandler: Add 'noexcept' to l2capReader Callbacks
Sven Gothel
2022-01-12
2
-6
/
+6
*
BTGattHandler: Use jau::service_runner
Sven Gothel
2022-01-12
2
-155
/
+102
*
Bump jaulib v0.7.7
Sven Gothel
2022-01-12
1
-0
/
+0
*
API Doc: Add EInfoReport references to GAPFlags and EIRDataType[Set]; Fix Jav...
Sven Gothel
2022-01-04
4
-2
/
+24
*
EInfoReport::[read|write]_data(): Consider 'services complete', support SLAVE...
Sven Gothel
2022-01-04
1
-5
/
+49
*
DBTAdapter.cxx: Use EUI48 reference and fix exception message (show EUI48 size).
Sven Gothel
2022-01-04
1
-7
/
+7
*
BTAdapter: Add startAdvertising(..) overload with user given EInfoReport and ...
Sven Gothel
2022-01-04
8
-38
/
+266
*
mgmtEvDeviceFoundHCI: [COND_->DBG]_PRINT for initial DeviceFound info with EIR
Sven Gothel
2022-01-04
1
-4
/
+4
*
EInfoReport: Add Java JNI mapping and support slave connection interval range...
Sven Gothel
2022-01-04
6
-203
/
+1114
*
Move JAVA_*_PACKAGE define BTType[0->1].hpp
Sven Gothel
2022-01-04
2
-3
/
+3
*
EIRDataType[Set]: Add CONN_IVAL for Slave Connection Interval Range (Supplem...
Sven Gothel
2022-01-04
3
-0
/
+6
*
Bump jaulib v0.7.6
Sven Gothel
2022-01-04
1
-0
/
+0
*
[BTAdapter|HCIHandler].cpp: Fix whitespace
Sven Gothel
2022-01-03
2
-2
/
+2
*
Add GAPFlags operator | & == and !=
Sven Gothel
2022-01-03
1
-0
/
+12
*
run-native-example-simple.sh: Don't sudo ..
Sven Gothel
2022-01-02
1
-2
/
+2
*
peripheral00 example: Use adapter name for GENERIC_ACCESS.DEVICE_NAME
Sven Gothel
2022-01-02
2
-2
/
+2
*
Add support for AttFindByTypeValueReq/Rsp (GATT server mode)
Sven Gothel
2022-01-02
4
-20
/
+293
*
AttHandleValueRcv, sendNotification/Indication: Limit by mtu to avoid exception
Sven Gothel
2022-01-02
2
-5
/
+5
*
BTGattHandler::replyReadReq(): Add comment: Blob: value_size == value_offset ...
Sven Gothel
2022-01-02
1
-2
/
+2
[next]