Searched refs:showMessage (Results 1 – 7 of 7) sorted by relevance
183 showMessage(message); in notifyError()187 showMessage("BLE connected"); in notifyConnected()193 showMessage("BLE disconnected"); in notifyDisconnected()199 showMessage("Service discovered"); in notifyServicesDiscovered()205 showMessage("Characteristic read: " + value); in notifyCharacteristicRead()212 showMessage("Characteristic write: " + value); in notifyCharacteristicWrite()218 showMessage("Characteristic changed: " + value); in notifyCharacteristicChanged()225 showMessage("Descriptor read: " + value); in notifyDescriptorRead()232 showMessage("Descriptor write: " + value); in notifyDescriptorWrite()238 showMessage("Reliable write compelte"); in notifyReliableWriteCompleted()[all …]
106 private void showMessage(String msg) { in showMessage() method in BleAdvertiserHardwareScanFilterActivity129 showMessage("Start advertising, this should be scanned");132 showMessage("Start advertising, this should not be scanned");136 showMessage("Stop advertising");
94 private void showMessage(String msg) { in showMessage() method in BleAdvertiserPowerLevelActivity107 showMessage("Start advertising, please hold for a while.");110 showMessage("Stop advertising");
199 showMessage("Multiple advertisement is not supported."); in handleIntent()203 showMessage("Cannot start advertising on this device."); in handleIntent()276 showMessage("Unrecognized command: " + command); in handleIntent()281 private void showMessage(final String msg) { in showMessage() method in BleAdvertiserService
95 private void showMessage(String msg) { in showMessage() method in BleButtonActivity102 showMessage(mMessage);
208 showMessage("Characteristic not found"); in getCharacteristic()220 showMessage("Descriptor not found"); in getDescriptor()269 private void showMessage(final String msg) { in showMessage() method in BleServerService
150 private void showMessage(final String msg) { in showMessage() method in BleScannerService