Home > Back-end >  Consulting the xe10 bluetoothle1 use problem
Consulting the xe10 bluetoothle1 use problem

Time:09-23

Did bluetoothle1 connection disconnect bluetooth example, bluetoothle1 use serial udid, like a serial port communication, send read bytes of example,
To send data

BluetoothLE1. WriteCharacteristic (TBluetoothLEDevice ADevice, TBluetoothGattCharacteristic ACharacteristic);

ADevice. WriteCharacteristic (AChar);
Receive data

Procedure BluetoothLE1CharacteristicRead (const Sender: TObject; Const ACharacteristic: TBluetoothGattCharacteristic;
AGattStatus: TBluetoothGattStatus);
The relevant example

CodePudding user response:

Now is estimated only XE own example, other resources are rarely reported, I am also looking for for a long time... But could not find
D: \ \ Program Files \ Embarcadero \ Studio \ 17.0 \ Samples \ Object Pascal \ Multi - Device Samples \ Device Sensors and Services \ Bluetooth

CodePudding user response:

reference 1st floor doloopcn response:
now estimate only XE own example, other resources are rarely reported, I am also looking for for a long time... But could not find
D: \ \ Program Files \ Embarcadero \ Studio \ 17.0 \ Samples \ Object Pascal \ Multi - Device Samples \ Device Sensors and Services \ Bluetooth


reference 1st floor doloopcn response:
now estimate only XE own example, other resources are rarely reported, I am also looking for for a long time... But could not find
D: \ \ Program Files \ Embarcadero \ Studio \ 17.0 \ Samples \ Object Pascal \ Multi - Device Samples \ Device Sensors and Services \ Bluetooth
main some using Bluetooth udid, no teaching materials is very difficult to write that

CodePudding user response:

General conditions are first into the android + JAVA, then back to the curve of the DELPHI salvation!
  • Related