Contents
Display Legacy Contents

 Print
    Bluetooth LE Start Scanning  
Starts the discovery of Bluetooth Low Energy (BLE) devices.

Parameters

Targets
 

Target for Address<unquoted string>: the control or variable where the MAC Address of the discovered device will be stored.

 

Target for Name <unquoted string> : the control or variable where the name of the discovered device will be stored.

 Many Bluetooth LE devices do not return this value
   

Target for RSSI <unquoted string> Value for the radio signal strength.

 
  Target for Advertisment Element Count <unquoted string>  Number of data elements in advertisment.
   
  Target for Advertisment Element Type List<unquoted string>  List of data element types  in hexadecimal
   The possible types values are listed in the Bluetooth SIG website: https://www.bluetooth.com/specifications/assigned-numbers/generic-access-profile
   
  Target for Advertisment Element Data List <unquoted string>  Element Data in Hexadecimal
   
  Separator<string>  Element separator
   

Filter Address List <string>

 

Filter Service UUID List <string>

 

     
  • This action starts the discovery process. When a Bluetooth device is discovered the event Bluetooth LE Device Found will be executed on the top form.
  • On iOS, it is not possible to obtain the raw advertisment data, so the returned advertsiment data is emulated to try to make it compatible with the data returned on Android and Win10. The following mapping was done between iOS types and Bluetooth spcification for the Element Type List and Element Data List parameters:
    • CBAdvertisementDataLocalNameKey -> Type(09): the data is returned as Hexadecimal representation of the UTF8 for the string
    • CBAdvertisementDataManufacturerDataKey -> Type(FF): the data is returned as Hexadecimal representation of the byte values
    • CBAdvertisementDataServiceDataKey -> Type(16): the data is returned as concatenated Hexadecimal representation of each UUID concatenated with the Hexadecimal representation of the service data
    • CBAdvertisementDataServiceUUIDsKey-> Type(07): the data is returned as concatenated Hexadecimal representation of the UUIDs
    • CBAdvertisementDataOverflowServiceUUIDsKey-> Type(06): the value is returned as concatenated Hexadecimal representation of the UUIDs
    • CBAdvertisementDataTxPowerLevelKey-> Type(0A): the data is returned as the Hexadecimal value of the RSSI
    • CBAdvertisementDataIsConnectable-> Type(01): the data is returned as the Hexadecimal value of the flag
    • CBAdvertisementDataSolicitedServiceUUIDsKey-> Type(15): the data is returned as concatenated Hexadecimal representation of the UUIDs

See also
Synchronize
Update Project
Translate Internal Text
Set Comm. Profile Parameter
Get Comm. Profile Parameter
Set Synchro.Parameter
Get Synchro.Parameter
Set Synchronization File Copy
Bluetooth Start Device Discovery
Bluetooth Stop Device Discovery
Bluetooth Is Device Paired
Bluetooth Pair Device
Bluetooth Unpair Device
Bluetooth Connect Headset
Bluetooth Disconnect Headset
Bluetooth LE Stop Scanning
Bluetooth LE Connect to Device
Bluetooth LE Disconnect from Device
Bluetooth LE Service Get List
Bluetooth LE Characteristic Get List
Bluetooth LE Characteristic Write
Bluetooth LE Characteristic Read
Bluetooth LE Descriptor Get List
Bluetooth LE Descriptor Write
Bluetooth LE Descriptor Read
Beacon Scanner Initialize
Beacon Scanner Uninitialize
Beacon Scanner Start Monitoring
Beacon Scanner Stop Monitoring
Beacon Scanner Start Ranging
Beacon Scanner Stop Ranging
Activate Connection
Is Connection Active
Deactivate Connection
Serial Open
Serial Write
Serial Read
Serial Flush
Serial Close
Socket Connect
Socket Write
Socket Read
Socket Close
Socket Accept
Ping
Activate Monitor
Deactivate Monitor
Web Service Run
XML Get Child Element
XML Get Child Element List
XML Get Element Attribute
XML Get Element Content
XML Get Element’s Attribute List
XML Get Elements Name
XML Get Root Element
XML Get Root Element List
HTTP Request
XML Export from Table
XML Import to Table
JSON Get Value
JSON Get Array Item
JSON Get Array Item Count
JSON Get Name List
JSON Import to Table
JSON Export from Table
FTP Connect
FTP Set Current Dir
FTP Get File
FTP Put File
FTP File Exists
FTP Disconnect
FTP Create Dir
FTP Delete File/Folder
FTP Rename File
FTP List Files
Run Process on PC
Send File to PC
Get File from PC
List Files from PC
Kill Process on PC
Is Process Running on PC
Activate MIS Remote Controller
Stop MIS Remote Controller
Ping MIS Communicator
Get MIS Communicator Server Info
Shell Execute On Pc
Validade Active Directory Credentials On PC
Hardlock List Keys
Hardlock Read
Hardlock Write
Hardlock Check license
Push Notification Get Client ID
Push Notification Get Message
Push Notification Get Lost Message ID List
Push Notification Get Lost Message
Push Notification Delete Lost Message
Make Phone Call
SMS Send Message
Get SMS Verification Code
Get Cell Tower Info
Samples

 
 
Updated: 11/14/2019 12:24 PM