feat: 支持获取 maximumWrtieLength (#14)
This commit is contained in:
@ -24,6 +24,8 @@ abstract class MyCentralControllerHostApi {
|
||||
@async
|
||||
void disconnect(int myPeripheralKey);
|
||||
@async
|
||||
int getMaximumWriteLength(int myPeripheralKey);
|
||||
@async
|
||||
void discoverGATT(int myPeripheralKey);
|
||||
List<MyGattServiceArgs> getServices(int myPeripheralKey);
|
||||
List<MyGattCharacteristicArgs> getCharacteristics(int myServiceKey);
|
||||
|
Reference in New Issue
Block a user