summaryrefslogtreecommitdiff
path: root/src/mgmt.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-05mgmt: Constify use of bdaddr_t pointer parametersSzymon Janc1-13/+13
Mark all input only bdaddr_t pointer parameters as const.
2012-10-03mgmt: Add LE scanning callbackClaudio Takahasi1-0/+1
This patch adds a new callback to allow the adapter to control LE scanning. The current approach uses the active scanning with default windows and intervals defined by the core spec without any filtering.
2012-08-14dbusoob: Reply with error if SSP is not supportedSzymon Janc1-0/+2
Reply with org.bluez.Error.NotSupported if methods were called on adapter without SSP enabled.
2012-07-10Move mgmtops to the core daemonJohan Hedberg1-0/+80
Since there is only one "adapter_ops" it doesn't make sense to keep mgmtops as a plugin anymore. This patch moves it to src/mgmt.c.