Builder for hcitool class codes
https://bluetooth-class.mobiusk.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
506 B
21 lines
506 B
extends ../templates/layout
|
|
|
|
block content
|
|
|
|
h1(i18n="bluetoothClass")
|
|
|
|
form
|
|
|
|
.row.center-align
|
|
.input-field.col.s4.offset-s4
|
|
input#bluetoothClass.text-center(type="text", readonly, onclick="copyBluetoothClassField()")
|
|
span.helper-text(i18n="clickToCopy")
|
|
|
|
h2(i18n="majorService")
|
|
include ../templates/major-service
|
|
|
|
h3(i18n="majorDevice")
|
|
include ../templates/major-device
|
|
|
|
h4(i18n="minorDevice")
|
|
include ../templates/minor-device
|
|
|