summaryrefslogtreecommitdiff
path: root/mesh/bluetooth-meshd.rst.in
Commit message (Collapse)AuthorAgeFilesLines
* mesh: Update the behavior of --io optionInga Stotland2023-05-121-4/+7
| | | | | | | | | | | | | | | This aligns the behavior of command line option --io to add new "auto" value and modify the behavior of "generic" value: *auto* - Use first available controller: via MGMT interface if kernel supports it, otherwise, via raw HCI socket (i.e., default to *generic*). *generic:[hci]<index>* - Use generic HCI io on interface hci<index> The default value is now *auto*, whereas *generic* is used only if the specific HCI controller is explicitly specified.
* mesh: Add manpage for bluetooth-meshd daemonInga Stotland2021-05-191-0/+74
This adds manpage with a brief description of BLuettoth Mesh daemon command line options.