mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
Add an example for the PSR file format
This commit is contained in:
parent
50195243cf
commit
fdc6176107
@ -72,6 +72,6 @@ INCLUDES = -I$(top_srcdir)/common
|
||||
man_MANS = hciattach.8 hciconfig.8 hcitool.1 l2ping.1 sdptool.1 ciptool.1 \
|
||||
$(avctrl_manfiles) $(hid2hci_manfiles) $(dfutool_manfiles)
|
||||
|
||||
EXTRA_DIST = $(man_MANS) avctrl.8 hid2hci.8 dfutool.1
|
||||
EXTRA_DIST = $(man_MANS) avctrl.8 hid2hci.8 dfutool.1 example.psr
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
12
tools/example.psr
Normal file
12
tools/example.psr
Normal file
@ -0,0 +1,12 @@
|
||||
// PSKEY_BDADDR
|
||||
&0001 = 0001 2821 005b 6789
|
||||
// PSKEY_ANA_FTRIM
|
||||
&01f6 = 0025
|
||||
// PSKEY_HOST_INTERFACE
|
||||
&01f9 = 0001
|
||||
// PSKEY_UART_BAUD_RATE
|
||||
&0204 = 01d8
|
||||
// PSKEY_ANA_FREQ
|
||||
&01fe = 0004
|
||||
// PSKEY_UART_CONFIG
|
||||
&0205 = 0006
|
Loading…
Reference in New Issue
Block a user