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
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance API doc: DBGattServer::Listener (C++) and DBGattServer.Listener (java)
Sven Gothel
2022-01-24
1
-0
/
+13
*
GattNumbers.hpp/DBGattChar.java: Add GENERIC_ATTRIBUTE's Characteristic GattC...
Sven Gothel
2022-01-24
1
-0
/
+5
*
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
1
-5
/
+24
*
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
2
-0
/
+14
*
BTDevice: Expose aggregated scanned EIR
Sven Gothel
2022-01-18
4
-37
/
+18
*
Add EInfoReport::set(const EInfoReport&) to merger multiple scanned EIR; toSt...
Sven Gothel
2022-01-18
2
-1
/
+64
*
Add BTAdapter::setServerConnSecurity(..)
Sven Gothel
2022-01-13
3
-0
/
+34
*
BTDevice::setConnSecurity*(..): Consolidate write methods to setConnSecurity(...
Sven Gothel
2022-01-13
3
-147
/
+27
*
API Doc: Add EInfoReport references to GAPFlags and EIRDataType[Set]; Fix Jav...
Sven Gothel
2022-01-04
3
-2
/
+20
*
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
3
-10
/
+119
*
EInfoReport: Add Java JNI mapping and support slave connection interval range...
Sven Gothel
2022-01-04
5
-2
/
+872
*
EIRDataType[Set]: Add CONN_IVAL for Slave Connection Interval Range (Supplem...
Sven Gothel
2022-01-04
1
-0
/
+4
*
DiscoverPolicy: Fix AdapterstatusListener API doc: Add 'remote' notion and fi...
Sven Gothel
2022-01-02
1
-14
/
+15
*
SMPKeyBin::uses_SC() added to conveniently determine whether SC is being used...
Sven Gothel
2022-01-01
1
-1
/
+7
*
BTAdapter::pausing_discovery_devices: Use std::weak_ptr<BTDevice> list; Add B...
Sven Gothel
2021-11-29
3
-0
/
+55
*
DBTAdapter.cxx: Fix AdapterStatusListener.discoveringChanged(..) signature
Sven Gothel
2021-11-29
1
-1
/
+1
*
DiscoveryPolicy: Implement Discovery Policy, covering HCI host OS's implied d...
Sven Gothel
2021-11-28
5
-30
/
+150
*
DiscoveryPolicy: AdapterStatusListener::deviceReady(): Added remark: 'and GAT...
Sven Gothel
2021-11-28
1
-1
/
+2
*
SMPKeyBin::createAndWrite(..): Drop 'overwrite' argument as we shall set over...
Sven Gothel
2021-11-19
1
-3
/
+5
*
BTAdapter::startDiscovery(..): Add 'bool filter_dup=true' as last parameter; ...
Sven Gothel
2021-11-17
3
-9
/
+16
*
Java JNI: Implement DBGattServer.Listener incl DBGattServer.[add|remove]Liste...
Sven Gothel
2021-11-15
2
-5
/
+235
*
DBGattServer.hpp: DBGatt[Desc|Char|Service|Server]: Use jau::JavaUplink for o...
Sven Gothel
2021-11-15
5
-32
/
+60
*
DBTAdapter.cxx: jau::search_*(..) already validates results and throws jau::I...
Sven Gothel
2021-11-15
1
-120
/
+13
*
BT[Adapter,Device,..]: Guarantee proper toString() method, add to interface.
Sven Gothel
2021-11-14
5
-0
/
+14
*
Complete DBGattServer Lifecycle: Add DBGatt* dtor on Java side; Remove BTAdap...
Sven Gothel
2021-11-14
7
-6
/
+136
*
DBGatt[Desc|Char|Service].java: Working proxy for DBGattServer/Peripheral on ...
Sven Gothel
2021-11-13
7
-97
/
+594
*
DBGattServer: Disable not yet implemented JNI link
Sven Gothel
2021-11-09
1
-2
/
+2
*
DBGattServer.Listener: Abstract methods -> public; Add some DBGattServer::fin...
Sven Gothel
2021-11-09
1
-11
/
+35
*
Add BTDevice::send[Indication|Notification]() (Java); Note: Sending zero leng...
Sven Gothel
2021-11-09
3
-0
/
+86
*
DBGatt[Char|Desc]::variable_length defaults to false; Add DBGattValue.java co...
Sven Gothel
2021-11-09
3
-70
/
+162
*
DBGatt[Char|Desc]: Simply use 'parent' ctor instead of a 'setup' function
Sven Gothel
2021-11-09
2
-27
/
+13
*
DBGatt[Char|Desc]::toString(): Show utf8 string
Sven Gothel
2021-11-09
2
-9
/
+11
*
Slave Peripheral / Gatt Server: Map DBGattServer.hpp types DBGatt[Server|Serv...
Sven Gothel
2021-11-09
8
-46
/
+498
*
GattCharPropertySet: Add more versatile operations, ctor with Type and return...
Sven Gothel
2021-11-09
1
-1
/
+4
*
BTGattCmd: Refine API doc
Sven Gothel
2021-11-08
1
-1
/
+3
*
DBGattServer::Listener: Add connected() and mtuChanged(): Supporting using pr...
Sven Gothel
2021-11-08
1
-0
/
+3
*
BTGattCmd.java: (c) 2020 -> 2021
Sven Gothel
2021-11-08
1
-2
/
+2
*
Add BTGattCmd (C++/Java): Conveniently maps a GATT command and optionally its...
Sven Gothel
2021-11-08
1
-0
/
+429
*
Add BTFactory.initDirectBTLibrary()
Sven Gothel
2021-11-08
1
-0
/
+7
*
Fix JNI DBTGattService_getCharsImpl(): Missed 'userDescriptionIndex' in _char...
Sven Gothel
2021-11-08
1
-3
/
+4
*
BTDevice.java: Align API functions to C++: getServices() -> getGattServices()...
Sven Gothel
2021-11-08
3
-19
/
+26
*
Add BTDevice::findGattChar(char_uuid), i.e. w/o service_uuid (Java/C++): Less...
Sven Gothel
2021-11-08
3
-28
/
+71
*
SMPKeyBin.java: Fix LE uint16_t compilation (missed '& 0xff'); Add main funct...
Sven Gothel
2021-11-08
1
-2
/
+20
*
HCIHandler/BTAdapter::startDiscovery(): le_scan_active default false -> true,...
Sven Gothel
2021-11-04
1
-2
/
+2
*
Add BTAdapter's Slave Peripheral SMP Key Management
Sven Gothel
2021-10-29
3
-0
/
+32
*
Move SMPKeyBin 'apply' to BTDevice, splitting functionality: setting + upload...
Sven Gothel
2021-10-29
4
-247
/
+266
*
BTAdapter::[get|set]SecureConnections*() align and complete on Java side
Sven Gothel
2021-10-29
3
-0
/
+23
[next]