Bluetooth Driver services: Difference between revisions

No edit summary
Line 269: Line 269:


This is used by [[BTM_services|btm]].
This is used by [[BTM_services|btm]].
This starts Inquiry, the output data will be available via [[#GetEventInfo]]. Inquiry will automatically stop in 10.24 seconds.


== StopInquiry ==
== StopInquiry ==
Line 274: Line 276:


This is used by [[BTM_services|btm]].
This is used by [[BTM_services|btm]].
This stops Inquiry which was started by [[#StartInquiry]], if it's still active.


== CreateBond ==
== CreateBond ==
Line 891: Line 895:
| 0 || || The funcptr which writes the data into state for this event is not called (only checked on [10.0.0]).
| 0 || || The funcptr which writes the data into state for this event is not called (only checked on [10.0.0]).
|-
|-
| 3 || || New device discovered.
| 3 || || New device found during Inquiry.
|-
|-
| 4 || || Discovery status changed.
| 4 || || Inquiry status changed.
|-
|-
| 5 || || Triggered by BSA_SEC_PIN_REQ_EVT: PIN code request for pairing.
| 5 || || Triggered by BSA_SEC_PIN_REQ_EVT: PIN code request for pairing.