coolnameismy / BabyBluetooth

:baby: The easiest way to use Bluetooth (BLE )in ios/os ,even bady can use . 一个非常容易使用的蓝牙库,适用于ios和os
MIT License
4.74k stars 1k forks source link

可以吧手机作为外设发送广播吗? #244

Open liuxz656 opened 1 year ago

liuxz656 commented 1 year ago

不是这个库的问题,是蓝牙相关的问题。 我用 [self.peripheralManager startAdvertising:@{CBAdvertisementDataLocalNameKey:@"BLE", CBAdvertisementDataServiceUUIDsKey:@[cbuuid] }]; 发送广播。 cbuuid最多16字节,有什么方法可以发送30字节的广播信息?

coolnameismy commented 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: @.***>

huangqingchao commented 11 months ago

最多可以发20字节