|
Method |
Description |
|
Accepts a Bluetooth SPP client's connection request. Returns as long as the connection is made or the request has reached timeout limit. | |
|
Accepts Bluetooth SPP client's connection request from a specified Bluetooth address. Returns as long as the connection is made or the request reaches timeout. | |
|
Gets the number of bytes(characters) available for reading from the serial port. | |
|
Initializes Bluetooth module and sets up a Bluetooth SPP server instance. | |
|
Checks if any Bluetooth SPP client is connected. | |
|
Closes the corresponding SPP server instance and ends Bluetooth module. | |
|
Waits for the transmission of outgoing serial data to complete. | |
|
Gets scanned device information. | |
|
Returns the next byte of incoming serial data without removing it from the internal serial buffer. | |
|
Writes a character. | |
|
Writes data to a Bluetooth SPP client. |