gpt4 book ai didi

ios - CoreBluetooth 双向通信

转载 作者:行者123 更新时间:2023-11-29 02:52:55 26 4
gpt4 key购买 nike

当我使用CBPeripheralManager

- (BOOL) updateValue: (NSData *) value forCharacteristic: (CBMutableCharacteristic *) characteristic onSubscribedCentrals: (NSArray *) centrals; 

可用于将数据从外围设备发送到中央[CentralManager]。

但是我怎样才能将数据从中央[CBCentralManager]发送到外设呢?有没有办法?

最后,CBPeripheralManager是如何接收数据的?

我有关于 CoreBluetooth 的问题

代码如下 https://drive.google.com/file/d/0B1trn7LauGlrWmdIQUJkcldvZzg/edit?usp=sharing

有两个项目分别是Central和Peripheral

当Peripheral连接Central时。在Peripheral中有一个SendData方法可以向Central发送数据,在Central中有一个方法用于接收数据

  • (void) 外围设备:(CBPeripheral *) _peripheral didUpdateValueForCharacteristic:(CBCharacteristic *) 特征错误:(NSError *) 错误

问题是,如何从 Central 发送数据并让 Peripheral 接收数据?

最佳答案

您可以在您的应用中使用 CoreBluetoothPeripheral

https://github.com/liquidx/CoreBluetoothPeripheral
它将允许您发送和接收数据。同时,您可以通过 skype(boygaggoo) 联系寻求帮助

关于ios - CoreBluetooth 双向通信,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24278259/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com