Bluetooth Driver services: Difference between revisions
No edit summary |
|||
Line 574: | Line 574: | ||
== GetLatestPlr == | == GetLatestPlr == | ||
Takes a type-0x16 output buffer containing a [[#PlrList]] ([1.0.0-8.1.1] [[#PlrStatistics]]). | Takes a type-0x16 output buffer containing a [[#PlrList]] ([1.0.0-8.1.1] [[#PlrStatistics]]). | ||
This calls an interface funcptr then returns 0. | |||
The interface funcptr impl will Abort if the output struct ptr is NULL. Then data is copied from global state to output, doing double->u32 conversion as needed. | |||
== GetPendingConnections == | == GetPendingConnections == | ||
Line 584: | Line 588: | ||
== GetChannelMap == | == GetChannelMap == | ||
Takes a type-0x16 output buffer containing a [[#ChannelMapList]]. | Takes a type-0x16 output buffer containing a [[#ChannelMapList]]. | ||
This calls an interface funcptr then returns 0. | |||
== EnableTxPowerBoostSetting == | == EnableTxPowerBoostSetting == |