Confirmed users
891
edits
| Line 11: | Line 11: | ||
interface BluetoothClassOfDevice | interface BluetoothClassOfDevice | ||
{ | { | ||
/** | |||
* The following constants are defined in bluetooth General Access Profile (GAP) specification. | |||
* See https://www.bluetooth.org/en-us/specification/assigned-numbers/baseband for more information. | |||
*/ | |||
// Major service class | // Major service class | ||
const unsigned short LIMITED_DISCOVERABILITY = 0x0001; | const unsigned short LIMITED_DISCOVERABILITY = 0x0001; | ||