Bluetooth API system properties are described in Table 1.
Name of system property |
Description of purpose |
Value |
---|---|---|
|
The version of the Java APIs for Bluetooth wireless technology that is supported. |
“1.1” |
|
The maximum ReceiveMTU size in bytes supported in L2CAP. The string is in Base 10 digits. |
“672” |
|
The maximum number of connected devices supported (will include parked devices). The string is in Base10 digits. |
“7” |
|
Tells if inquiry is allowed during a connection. Valid values are either "true" or "false". |
“false” |
|
Tells if paging is allowed during a connection. Valid values are either "true" or "false". |
“false” |
|
Tells if inquiry scanning is allowed during connection. Valid values are either “true” or “false”. |
“false” |
|
Tells if page scanning is allowed during connection. Valid values are either “true” or “false”. |
“false” |
|
Tells if master/slave role switch is allowed. Valid values are either “true” or “false”. |
“false” |
|
Maximum number of concurrent service discovery transactions. The string will be in Base10 digits. |
“1” |
|
Maximum number of service attributes to be retrieved per service record. The string will be in Base10 digits. |
“65535” |