Package | Description |
---|---|
com.jaalee.sdk.connection |
Modifier and Type | Method and Description |
---|---|
BluetoothGattCharacteristic |
JaaleeService.beforeCharacteristicWrite(java.util.UUID uuid,
WriteCallback callback) |
BluetoothGattCharacteristic |
BeaconTxPower.beforeCharacteristicWrite(java.util.UUID uuid,
WriteCallback callback) |
BluetoothGattCharacteristic |
BeaconStateService.beforeCharacteristicWrite(java.util.UUID uuid,
WriteCallback callback) |
BluetoothGattCharacteristic |
BeaconNameService.beforeCharacteristicWrite(java.util.UUID uuid,
WriteCallback callback) |
BluetoothGattCharacteristic |
BeaconAudioService.beforeCharacteristicWrite(java.util.UUID uuid,
WriteCallback callback) |
BluetoothGattCharacteristic |
AlertService.beforeCharacteristicWrite(java.util.UUID uuid,
WriteCallback callback) |
void |
BeaconConnection.ChangePassword(java.lang.String NewPsaaword,
WriteCallback writeCallback)
Configure the password of the beacon
|
void |
BeaconConnection.writeAdvertisingInterval(int BroadcastInterval,
WriteCallback writeCallback)
Config beacon's Broadcast Interval
|
void |
BeaconConnection.writeBeaconAudioState(int state,
WriteCallback writeCallback)
Set Audio state
|
void |
BeaconConnection.writeBeaconName(java.lang.String name,
WriteCallback writeCallback)
Config Beacon's device name
|
void |
BeaconConnection.writeBeaconState(int state,
WriteCallback writeCallback)
Set Beacon State
|
void |
BeaconConnection.writeBeaconTxPower(int state,
WriteCallback writeCallback)
Changes broadcasting power of the beacon.
|
void |
BeaconConnection.writeBroadcastingPowerValue(int power,
WriteCallback writeCallback)
Changes Beacon Power value.
|
void |
BeaconConnection.writeMajor(int major,
WriteCallback writeCallback)
Changes major value of the beacon.
|
void |
BeaconConnection.writeMinor(int minor,
WriteCallback writeCallback)
Changes minor value of the beacon.
|
void |
BeaconConnection.writeProximityUuid(java.lang.String proximityUuid,
WriteCallback writeCallback)
Config beacon's proximity uuid
|