Hi Andrzej, On Tue, Feb 11, 2014 at 05:58:10PM +0100, Andrzej Kaczmarek wrote: > Hi, > > Current socket HAL implementation is missing major feature which is > ability to register RFCOMM server from application (so use some UUID > and assign channel number dynamically). This corresponds to > BluetoothAdapter::listenUsing(insecure)RfcommWithServiceRecord APIs > in Android. Support dynamic RFCOMM sockets looks god though I do not know why renaming of socket names is really needed. Best regards Andrei Emeltchenko > > This series of patches adds this feature with other required fixes > and also some does some minor refactoring. > > Andrzej Kaczmarek (11): > android/bluetooth: Handle 128-bit UUIDs > android/socket: Refactor socket related symbol names > android/socket: Improve logging > android/socket: Simplify SDP records handling > android/socket: Make servers list as static array > android/tester: Update test data > android/socket: Add support for dynamic channel numbers > android/socket: Register SDP record for application service > android/socket: Include HF AG in built-in profiles > android/socket: Update channel numbers > android/socket: Fix sockets security > > android/android-tester.c | 2 +- > android/bluetooth.c | 61 ++--- > android/hal-msg.h | 3 + > android/socket.c | 658 +++++++++++++++++++++++------------------------ > 4 files changed, 349 insertions(+), 375 deletions(-) > > -- > 1.8.5.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html