Open liuxz656 opened 1 year ago
没办法,广播中携带的数据有上限,你只能想其他办法。比如做数据压缩,或者在广播数据里面放id再用数据库或接口做查询
liuxz656 @.***>于2023年6月27日 周二15:07写道:
不是这个库的问题,是蓝牙相关的问题。 我用 [self.peripheralManager startAdvertising:@ {CBAdvertisementDataLocalNameKey:@"BLE", @.*** }]; 发送广播。 cbuuid最多16字节,有什么方法可以发送30字节的广播信息?
— Reply to this email directly, view it on GitHub https://github.com/coolnameismy/BabyBluetooth/issues/244, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABGHK35BT2MRFFQ6THJOPCTXNKBEZANCNFSM6AAAAAAZVEXJD4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
最多可以发20字节
不是这个库的问题,是蓝牙相关的问题。 我用 [self.peripheralManager startAdvertising:@{CBAdvertisementDataLocalNameKey:@"BLE", CBAdvertisementDataServiceUUIDsKey:@[cbuuid] }]; 发送广播。 cbuuid最多16字节,有什么方法可以发送30字节的广播信息?