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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial working Java binding for the direct_bt C++ module
Sven Gothel
2020-04-20
49
-469
/
+1754
*
Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...
Sven Gothel
2020-04-09
8
-14
/
+14
*
java: CMakeLists.txt replace depricated javah with javac -h
tinyb
Xerxes RĂ„nby
2020-02-17
1
-37
/
+1
*
C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c...
Sven Gothel
2020-02-15
19
-6
/
+1343
*
BluetoothFactory handles API verification via native-API and Manifest attribu...
v2.0.0
Sven Gothel
2020-02-09
4
-33
/
+175
*
java jni: Split helper to helper_base + helper_tinyb (modularization)
Sven Gothel
2020-02-09
14
-89
/
+220
*
Refine BluetoothFactory using reflection, providing default implementation fa...
Sven Gothel
2020-02-09
1
-1
/
+76
*
Adding BluetoothDevice API doc in interface header
Sven Gothel
2020-02-09
1
-0
/
+4
*
Update tinyb2.jar's manifest: Add 'Implementation-*' using get_git_head_revis...
Sven Gothel
2020-02-09
1
-7
/
+12
*
Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...
Sven Gothel
2020-02-09
34
-660
/
+1415
*
Move java classes to package sub folder
Sven Gothel
2020-02-08
15
-0
/
+0
*
JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...
connector-1.5
connector_b_1.5
Sven Gothel
2020-02-05
2
-6
/
+27
*
Add experimental Adapter1::ConnectDevice call
Sven Gothel
2020-02-05
2
-1
/
+66
*
BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd...
Sven Gothel
2020-02-01
2
-0
/
+38
*
BluetoothManager: Allow launching from plain class files (no jar package w/ v...
Sven Gothel
2020-01-31
1
-1
/
+1
*
Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c...
Sven Gothel
2020-01-31
2
-0
/
+49
*
Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...
v0.5.1
tinyb-master
Vlad Kolotov
2017-10-14
2
-4
/
+21
*
Implementing a generic method to set discover filters (UUIDs, rssi, pathloss,...
Vlad Kolotov
2017-10-14
5
-4
/
+78
*
Adding support for setting RSSI discovery filter
Vlad Kolotov
2017-10-14
2
-1
/
+28
*
Added Java method BluetoothManager::getDiscovering()
Misterioso
2017-10-03
2
-0
/
+24
*
Removing System.exit as it causes to exit application containers (like OSGi a...
Vlad Kolotov
2017-10-03
1
-1
/
+0
*
Added Java method BluetoothDevice::remove()
Misterioso
2017-09-24
2
-0
/
+26
*
Fix issue #121
Tzafrir Poupko
2017-09-24
1
-4
/
+4
*
Fix native memory leak
Tzafrir Poupko
2017-09-13
5
-2
/
+39
*
drop dependencies of unused linked libraries
Markus Rathgeb
2017-09-13
1
-0
/
+2
*
Removed System.exit from BluetoothManager
pierantoniomerlino
2017-09-07
1
-3
/
+2
*
Fixed typo in BluetoothDevice.cxx Java_tinyb_BluetoothDevice_getTxPower
Stephan Bodmer
2017-08-18
5
-3
/
+123
*
Provide a java method to release native memory
Tzafrir Poupko
2017-08-06
1
-2
/
+16
*
Fix java objects memory leak
Tzafrir Poupko
2017-08-05
4
-0
/
+14
*
Force loading of tinyb lib
pierantoniomerlino
2017-07-18
1
-0
/
+1
*
Added getInterfaceName method
pierantoniomerlino
2017-06-30
1
-0
/
+8
*
java: Add notifications for ManufacturerData, ServiceData and ServicesResolved
Petre Eftime
2016-10-31
2
-0
/
+233
*
Fix JNI FindClass "tinyb/BluetoothNotification" not found
Julien Decaen
2016-10-28
6
-11
/
+23
*
Add missing BluetoothDevice properties
Petre Eftime
2016-09-16
2
-0
/
+156
*
java: Document Notification methods
Petre Eftime
2016-07-11
5
-12
/
+140
*
java: Refactor JNIMem classes
Petre Eftime
2016-07-06
2
-40
/
+71
*
Add license headers where missing
Petre Eftime
2016-07-06
3
-1
/
+72
*
java: Add hashCode function for BluetoothObjects
Petre Eftime
2016-07-05
2
-0
/
+14
*
java: throw BluetoothExceptions explicitly
Petre Eftime
2016-07-05
5
-15
/
+15
*
java: Properly uppercase UUID
Petre Eftime
2016-07-01
8
-8
/
+8
*
java: Add initial support for Java notifications
Petre Eftime
2016-07-01
11
-14
/
+638
*
java: BluetoothObject should not be instantiated
Petre Eftime
2016-07-01
1
-1
/
+1
*
Add support for notifications
Petre Eftime
2016-06-30
3
-7
/
+7
*
java: Make BluetoothException public
Petre Eftime
2016-06-01
1
-1
/
+1
*
java: jni: Fix other typos in JNI code
Petre Eftime
2016-05-31
1
-2
/
+2
*
java: jni: Fix typo in convert_vector_to_object
Petre Eftime
2016-05-27
1
-1
/
+1
*
Add copyright headers to new classes
Petre Eftime
2016-05-23
1
-1
/
+23
*
c++, java: Add BluetoothException, throw it on DBus or BlueZ error
Petre Eftime
2016-05-23
10
-1
/
+206
*
java: Fix Cmake install path for jar
Petre Eftime
2016-05-19
1
-1
/
+1
*
java: cmake created wrong path for symlink when VERSION was specified, fixed ...
Petre Eftime
2016-05-17
1
-2
/
+1
[next]