* Discover a single GATT primary service by UUID. * * @param uuid
(uuid: Bytes)
| 46 | * @param uuid |
| 47 | */ |
| 48 | discoverPrimaryService(uuid: Bytes): void; |
| 49 | |
| 50 | /** |
| 51 | * Discover all the peripheral's GATT primary services. |
no outgoing calls
no test coverage detected