AT event reference
GS-BT2416C1.AT1
10.2
+BTRPORT
The event is generated only in response to an AT+BTRPORTS command. A +BTRPORT
event is generated for each SPP service found on a remote device. So, for example, if a
remote device exposes two SPP ports, two different +BTRPORT events are generated.
Syntax: +BTRPORT: “ServiceName”, PortN
Parameters:
“ServiceName”: A string representing the name of the SPP service as it has been
registered on the remote Bluetooth® device.
PortN: An integer value representing the port number of the remote SPP service.
) - Obsolete Product(s) B.2
+BTINQRES
The event is generated only in response to an AT+BTINQ command. A +BTINQRES event
is generated for each device found during an inquiry process.
Syntax: +BTINQRES: BdAddress, “BdName”
Parameters:
BdAddress: Bluetooth® address of the remote device. This value is specified as a
6-byte hexadecimal value: i.e.
AT+BTINQ=00230A01F0A5
“BdName”: A string representing the name of the remote Bluetooth® device
Obsolete Product(s B.3
+UARTSETUP
Outputs the UART current configuration parameters.
Syntax: +UARTSETUP: BaudRate, DataBits, Parity, StopBits, Fc
Parameters: BaudRate: UART baud rate in bps.
Possible values are: 300, 1200, 2400, 4800, 9600 (default), 19200, 38400, 57600,
115200, 153600, 230400, 460800.
DataBits: possible values are 5, 6, 7, 8 (default)
Parity: possible values are None (default), Even, Odd
StopBits: possible values are 1 (default), 2
Fc: flow control. Possible values are None (default), Hardware
32/38