bluetoothleapis.h 标头

蓝牙设备参考使用此标头。 有关详细信息,请参阅:

bluetoothleapis.h 包含以下编程接口:

函数

 
BluetoothGATTAbortReliableWrite

指定可靠写入过程的结束,并且写入应中止。
BluetoothGATTBeginReliableWrite

BluetoothGATTBeginReliableWrite 函数指定可靠写入即将开始。
BluetoothGATTEndReliableWrite

指定可靠写入的结束,并且应提交写入。
BluetoothGATTGetCharacteristics

获取可用于指定服务的所有特征。
BluetoothGATTGetCharacteristicValue

获取指定特征的值。
BluetoothGATTGetDescriptors

获取可用于指定特征的所有描述符。
BluetoothGATTGetDescriptorValue

获取指定描述符的值。
BluetoothGATTGetIncludedServices

获取可用于给定服务的所有包含的服务。
BluetoothGATTGetServices

BluetoothGATTGetServices 函数获取服务器可用的所有主要服务。
BluetoothGATTRegisterEvent

注册在其特征句柄所标识的给定特征的特征值更改事件期间要回调的例程。
BluetoothGATTSetCharacteristicValue

将指定的特征值写入蓝牙设备。
BluetoothGATTSetDescriptorValue

将指定的描述符值写入蓝牙设备。
BluetoothGATTUnregisterEvent

取消注册给定的特征值更改事件。