Instructions

AT Commands 65 (84)
3.9.9 AT*BLEC Connect to BLE device
Note: Only available when the device is in central operating mode.
AT*BLEC=
Initiate an attempt to connect to a BLE device. The result will come in an unsolicited *BLEC event.
Syntax:
AT*BLEC=<bd_addr>
Input Parameters:
Name
Type Description
bd_addr
String
Address of device to connect to, on the format "XX-XX-XX-XX-XX-XXy"
where "y" is "p" or "r" depending on if the address is private or
random.
Output Parameters:
Name
Type Description
con_handle
Integer
Hexadecimal formatted connection handle. ffff if the connection fails.
bd_addr
String
Bluetooth address of the device connecting to.
Example:
AT*BLEC=<bd_addr><br>OK<br>*BLEC:<con_handle>,<bd_addr>
3.9.10 AT*BLED Disconnect from BLE device
Note: Only available when the device is in central operating mode.
AT*BLED=
Initiate an attempt to disconnect from a BLE device. The result will come in an unsolicited *BLED
event.
Syntax:
AT*BLED=<con_handle>
Input Parameters:
Name
Type Description
con_handle
Integer
Connection handle.
Output Parameters:
Name
Type Description
con_handle
Integer
Hexadecimal formatted connection handle.
Example:
AT*BLED=<con_handle><br>OK<br>*BLED:<con_handle>
Wireless Bolt
/ Wireless Bridge II
Reference Guide
SCM-1202-004 1.7 en-US