Android Question libraries

dmtulsa

Member
Licensed User
Longtime User
Okay I must be really stupid and the users guid really doesn't explain it but how does one subscribe to the libraries thread(S) to be able to update / download libs? I can't find anyplace that lets me subscribe. I did find the list of internal libs but the lib I need is in the additional or archived libraries. I don't see a way to search for them. Typing in the library name shows all the help and info anyone could ask for except where to get the actual lib. In this case I'm looking for BluetoothAdmin
Sorry but I must be blind or something.
Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Moved to the questions forum.

The reason that you don't find the BluetoothAdmin library is that there is no such library.

1. Search for the type name: Bluetoothadmin
2. Follow the very first link. It will take you to the library documentation: https://www.b4x.com/android/help/serial.html#bluetoothadmin
3. You will now see that it is part of the Serial library. The Serial library is an internal library so it is already available in the IDE.
 
Upvote 0
Top