This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPTECKS-3P-TNIR: Find GATT services issue

Part Number: OPTECKS-3P-TNIR

Hi Team,

A customer can not post thread in E2E, so I help him to confirm this issue.

Could you please help me to clarify it?

I have problem to find GATT services on DLP NIR NANO EVM using python in iOS
I'm using python in iOS, using CoreBluetooth.
The main two classes I use to scan and discover devices via bluetooth are CBCentralmanager and CBUUID.
I can find the devices via bluetooth, there are two peripheral there, both share the same source uuid.
One has name under data, the other one has a CBUUID object under the data.

I connected both peripheral, my laptop shows the connection is successful,
but when I continue to use discover_services function defined by the peripheral object,
it returns none. I tried using the service UUID defined in the user manual, and 'None',
which should return all the available services.

But both functions return none.

Thanks.