Check existing services in local GATT Profile

49 Views Asked by At

I’m developing an iOS app as a ‘Peripheral’, where services are added to ‘PeripheralManager’. Is there a way to check what services exists at a later time?

Use case: let’s say I’m about to start advertising and want to make sure my ‘CustomService’ exists in local ‘GATT Profile’ and will be discoverable to the ‘central’.

How can I check this programmatically?

0

There are 0 best solutions below