JolieDoc for Port Bluetooth
From file bluetooth.iol
| Port Name |
Location |
Protocol |
| Bluetooth |
|
|
List of the available interfaces
Interface BluetoothInterface
Operation list
inquire( void )( BluetoothInquiryResponse )
setDiscoverable( int )( int )
Sets the current Bluetooth device as discoverable or not discoverable
@request: 0 if the device has to be set not discoverable, 1 if the device has to be set discoverable.
Message type list
BluetoothInquiryResponse
type BluetoothInquiryResponse: void {
.service*: void {
.location: string
}
.device*: void {
.address: string
.name: string
}
}
Type list