Bluetooth Driver services: Difference between revisions

No edit summary
No edit summary
Line 36: Line 36:
| 10 || [[#CreateBond]]
| 10 || [[#CreateBond]]
|-
|-
| 11 || RemoveBond
| 11 || [[#RemoveBond]]
|-
|-
| 12 || CancelBond
| 12 || [[#CancelBond]]
|-
|-
| 13 || RespondToPinRequest
| 13 || RespondToPinRequest
Line 256: Line 256:


== CreateBond ==
== CreateBond ==
Takes an [[#Address]] and a type-0x19 input buffer containing a [[#TransportType]], no output.
Takes an input [[#Address]] and a type-0x19 input buffer containing a [[#TransportType]], no output.


[9.0.0+] Now only takes an [[#Address]] and a [[#TransportType]] without a buffer, no output.
[9.0.0+] Now only takes an [[#Address]] and a [[#TransportType]] without a buffer, no output.
== RemoveBond ==
Takes an input [[#Address]], no output.
== CancelBond ==
Takes an input [[#Address]], no output.


== TriggerConnection ==
== TriggerConnection ==