Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLE Integration in Matter example code (CON-1541) #1271

Open
Ajay2803 opened this issue Feb 8, 2025 · 3 comments
Open

BLE Integration in Matter example code (CON-1541) #1271

Ajay2803 opened this issue Feb 8, 2025 · 3 comments

Comments

@Ajay2803
Copy link

Ajay2803 commented Feb 8, 2025

Hi,
I am working on Matter device Development and I want to use BLE after commissioning, so i took reference from this thread (#1207), In this i found one patch which includes BLE integration in Matter. I have used BLE for advertising means in peripheral mode and i am able to successfully compile and build this code.

But when I enables BLE after commissioning I am not able connect it by using my Phone or Laptop it shows this kind of error:
Image
and when i tried to compile example which is used for this integration ~esp/esp-idf/examples/bluetooth/nimble/bleprph then it is working properly and this is it output:

Image

Can you help me to solve this issue so i can go with further modification.

@github-actions github-actions bot changed the title BLE Integration in Matter example code BLE Integration in Matter example code (CON-1541) Feb 8, 2025
@Ajay2803
Copy link
Author

Ajay2803 commented Feb 8, 2025

I am facing the same issue as the last guy mentioned in this thread #906

@shripad621git
Copy link
Contributor

@Ajay2803, can you please apply the below patch and give it a try.

ble_bonding.txt

@Ajay2803
Copy link
Author

Ajay2803 commented Feb 14, 2025

Thank-you for your helpful reply @shripad621git .
After using your patch i am able to pair my device with my Mobile phone's Bluetooth. I know that matter is using custom profile and service for commissioning over BLE, Now as i said i used this thread (#1207) as a reference and in this, user is just Reseting GATT service using ble_gatts_reset(); due to this every thing get erase, Now i want to control an HID Device let say TV, So how can i set HID profile and HID service in this source?

If we applying custom HID Profile and service, then does it breaking any matter condition or may effect in certification issue?
and if you can tell us drawback of this then it will also helpful for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants