Skip to content

Add advertising, GATT manager, and agent pairing interfaces - #11

Open
jlucier wants to merge 1 commit into
python-sdbus:masterfrom
SBGSports:master
Open

Add advertising, GATT manager, and agent pairing interfaces#11
jlucier wants to merge 1 commit into
python-sdbus:masterfrom
SBGSports:master

Conversation

@jlucier

Copy link
Copy Markdown
Contributor

Adds the BlueZ server-side interfaces needed to run a BLE GATT peripheral:

  • LEAdvertisingManager1 / LEAdvertisement1 (advertising_api.py)
  • GattManager1 RegisterApplication/UnregisterApplication (gatt_api.py)
  • Agent1 pairing methods: RequestPinCode, DisplayPinCode, RequestPasskey, DisplayPasskey, RequestConfirmation

Adds the BlueZ server-side interfaces needed to run a BLE GATT
peripheral:
- LEAdvertisingManager1 / LEAdvertisement1 (advertising_api.py)
- GattManager1 RegisterApplication/UnregisterApplication (gatt_api.py)
- Agent1 pairing methods: RequestPinCode, DisplayPinCode,
RequestPasskey, DisplayPasskey, RequestConfirmation
@igo95862

Copy link
Copy Markdown
Contributor

Thank you. I will look in to reviewing this when I have time.

@jlucier

Copy link
Copy Markdown
ContributorAuthor

@igo95862 Any change you could take a look and push this through?

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jlucier@igo95862