bluetoothleapis.h ヘッダー
このヘッダーは、Bluetooth デバイス リファレンスで使用されます。 詳細については、次を参照してください。
bluetoothleapis.h には、次のプログラミング インターフェイスが含まれています。
関数
BluetoothGATTAbortReliableWrite 信頼できる書き込みプロシージャの終了を指定し、書き込みを中止する必要があります。 |
BluetoothGATTBeginReliableWrite BluetoothGATTBeginReliableWrite 関数は、信頼性の高い書き込みが開始されることを指定します。 |
BluetoothGATTEndReliableWrite 信頼できる書き込みの終了を指定し、書き込みをコミットする必要があります。 |
BluetoothGATTGetCharacteristics 指定したサービスで使用できるすべての特性を取得します。 |
BluetoothGATTGetCharacteristicValue 指定した特性の値を取得します。 |
BluetoothGATTGetDescriptors 指定した特性で使用可能なすべての記述子を取得します。 |
BluetoothGATTGetDescriptorValue 指定した記述子の値を取得します。 |
BluetoothGATTGetIncludedServices 特定のサービスで使用できる含まれるすべてのサービスを取得します。 |
BluetoothGATTGetServices BluetoothGATTGetServices 関数は、サーバーで使用できるすべてのプライマリ サービスを取得します。 |
BluetoothGATTRegisterEvent 特性ハンドルによって識別される特定の特性に対する特性値変更イベント中にコールバックされるルーチンを登録します。 |
BluetoothGATTSetCharacteristicValue 指定した特性値を Bluetooth デバイスに書き込みます。 |
BluetoothGATTSetDescriptorValue 指定した記述子値を Bluetooth デバイスに書き込みます。 |
BluetoothGATTUnregisterEvent 指定された特性値変更イベントの登録を解除します。 |