Skip to content

Commit

Permalink
Fix formatting issue in README.md (BestOwl#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxpsert authored Dec 19, 2022
1 parent 3d06848 commit 6a95be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
### Hands-Free Profile (HFP)
This app use Windows Runtime APIs: `Windows.ApplicationModel.Calls` , `Windows.Devices.Bluetooth` and `Windows.Devices.Enumeration` to make the HFP works.

1. Use ``Windows.Devices.Enumeration` API to enumerate available `PhoneLineTransportDevice` (i.e. paired Bluetooth devices that support HFP),
1. Use `Windows.Devices.Enumeration` API to enumerate available `PhoneLineTransportDevice` (i.e. paired Bluetooth devices that support HFP),
2. Call `PhoneLineTransportDevice.RegisterApp` to register the device for HFP
3. Call `PhoneLineTransportDevice.Connect` to connect to the deivice (establishes HFP Service Level Connection).
4. Now you can receive and answer phone calls on your PC.
Expand Down

0 comments on commit 6a95be7

Please sign in to comment.