Now Bluetooth LE related requests are not allowed by non-root user.
This patch allow request as follows:
NG_HCI_OCF_READ_LE_HOST_SUPPORTED
NG_HCI_OCF_LE_SET_SCAN_ENABLE
NG_HCI_OCF_LE_SET_SCAN_PARAMETERS
NG_HCI_OCF_LE_READ_LOCAL_SUPPORTED_FEATURES
NG_HCI_OCF_LE_READ_BUFFER_SIZE
NG_HCI_OCF_LE_READ_WHITE_LIST_SIZE
Details
Details
- Reviewers
emax - Commits
- rS362825: Allow some Bluetooth LE related HCI request to non-root user.
% hccontrol read_le_host_support
% hccontrol le_set_scan_enable enable
% hccontrol le_set_scan_enable disable
% hccontrol le_read_local_supported features
% hccontrol le_read_buffer_size
% hccontrol le_read_white_list_size
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable