Searched refs:BleCocServerService (Results 1 – 5 of 5) sorted by relevance
80 filter.addAction(BleCocServerService.BLE_LE_CONNECTED); in onResume()81 filter.addAction(BleCocServerService.BLE_COC_LISTENER_CREATED); in onResume()82 filter.addAction(BleCocServerService.BLE_PSM_READ); in onResume()83 filter.addAction(BleCocServerService.BLE_COC_CONNECTED); in onResume()84 filter.addAction(BleCocServerService.BLE_CONNECTION_TYPE_CHECKED); in onResume()85 filter.addAction(BleCocServerService.BLE_DATA_8BYTES_READ); in onResume()86 filter.addAction(BleCocServerService.BLE_DATA_8BYTES_SENT); in onResume()87 filter.addAction(BleCocServerService.BLE_DATA_LARGEBUF_READ); in onResume()89 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()90 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()[all …]
28 mIntent = new Intent(this, BleCocServerService.class); in onCreate()29 mIntent.setAction(BleCocServerService.BLE_ACTION_COC_SERVER_INSECURE); in onCreate()
28 mIntent = new Intent(this, BleCocServerService.class); in onCreate()29 mIntent.setAction(BleCocServerService.BLE_ACTION_COC_SERVER_SECURE); in onCreate()
472 if (uuid.getUuid().equals(BleCocServerService.ADV_COC_SERVICE_UUID)) {657 final int len = BleCocServerService.TEST_DATA_EXCHANGE_BUFSIZE; in sendDataLargeBuf()676 mNextReadExpectedLen = BleCocServerService.TEST_DATA_EXCHANGE_BUFSIZE; in readDataLargeBuf()684 new ParcelUuid(BleCocServerService.ADV_COC_SERVICE_UUID)).build()); in startScan()
59 public class BleCocServerService extends Service { class285 final int len = BleCocServerService.TEST_DATA_EXCHANGE_BUFSIZE; in sendDataLargeBuf()426 Toast.makeText(BleCocServerService.this, msg, Toast.LENGTH_SHORT).show(); in showMessage()547 mNextReadExpectedLen = BleCocServerService.TEST_DATA_EXCHANGE_BUFSIZE; in readDataLargeBuf()