feat: 支持获取 maximumWrtieLength (#14)

This commit is contained in:
Mr剑侠客
2023-09-08 15:25:59 +08:00
committed by GitHub
parent 219bd73c33
commit 78bcb88563
28 changed files with 417 additions and 112 deletions

View File

@ -19,6 +19,7 @@ abstract class MyCentralControllerHostApi {
void connect(int myPeripheralKey);
@async
void disconnect(int myPeripheralKey);
int getMaximumWriteLength(int myPeripheralKey, int myTypeNumber);
@async
void discoverGATT(int myPeripheralKey);
List<MyGattServiceArgs> getServices(int myPeripheralKey);