Bluetooth Driver services: Difference between revisions
Line 18: | Line 18: | ||
| 1 || [[#InitializeBluetooth]] | | 1 || [[#InitializeBluetooth]] | ||
|- | |- | ||
| 2 || EnableBluetooth | | 2 || [[#EnableBluetooth]] | ||
|- | |- | ||
| 3 || DisableBluetooth | | 3 || [[#DisableBluetooth]] | ||
|- | |- | ||
| 4 || FinalizeBluetooth | | 4 || [[#FinalizeBluetooth]] | ||
|- | |- | ||
| 5 || GetAdapterProperties | | 5 || [[#GetAdapterProperties]] | ||
|- | |- | ||
| 6 || GetAdapterProperty | | 6 || GetAdapterProperty | ||
Line 230: | Line 230: | ||
== InitializeBluetooth == | == InitializeBluetooth == | ||
No input, returns an output Event handle with EventClearMode=1. | No input, returns an output Event handle with EventClearMode=1. | ||
== EnableBluetooth == | |||
No input/output. | |||
== DisableBluetooth == | |||
No input/output. | |||
== FinalizeBluetooth == | |||
No input/output. | |||
== GetAdapterProperties == | |||
Takes a type-0x1A output buffer containing an [[#AdapterProperty]]. | |||
== CreateBond == | == CreateBond == |