feat: 支持获取 maximumWrtieLength (#14)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user