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.

32 lines
623 B

  1. config hcid
  2. # option config /etc/bluetooth/hcid.conf
  3. option enabled 1
  4. config hciattach
  5. option initspeed 115200
  6. option tty ttyS1
  7. option type csr
  8. option speed 115200
  9. option flow noflow
  10. option enabled 0
  11. config rfcomm
  12. # option config /etc/bluetooth/rfcomm.conf
  13. option enabled 0
  14. config dund
  15. option listen true
  16. option persist true
  17. option msdun true
  18. option interface dund
  19. option unit 1
  20. option pppdopts "ktune proxyarp 192.168.1.1:192.168.1.2 ms-dns 192.168.1.1"
  21. option enabled 0
  22. config pand
  23. option listen true
  24. option autozap true
  25. option role "NAP"
  26. option master true
  27. option persist true
  28. option enabled 0