We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不是这个库的问题,是蓝牙相关的问题。 我用 [self.peripheralManager startAdvertising:@{CBAdvertisementDataLocalNameKey:@"BLE", CBAdvertisementDataServiceUUIDsKey:@[cbuuid] }]; 发送广播。 cbuuid最多16字节,有什么方法可以发送30字节的广播信息?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
最多可以发20字节
No branches or pull requests
不是这个库的问题,是蓝牙相关的问题。
我用
[self.peripheralManager startAdvertising:@{CBAdvertisementDataLocalNameKey:@"BLE",
CBAdvertisementDataServiceUUIDsKey:@[cbuuid]
}];
发送广播。
cbuuid最多16字节,有什么方法可以发送30字节的广播信息?
The text was updated successfully, but these errors were encountered: