Home
last modified time | relevance | path

Searched refs:BleCocServerService (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocServerTestBaseActivity.java78 filter.addAction(BleCocServerService.BLE_LE_CONNECTED); in onResume()
79 filter.addAction(BleCocServerService.BLE_COC_LISTENER_CREATED); in onResume()
80 filter.addAction(BleCocServerService.BLE_PSM_READ); in onResume()
81 filter.addAction(BleCocServerService.BLE_COC_CONNECTED); in onResume()
82 filter.addAction(BleCocServerService.BLE_CONNECTION_TYPE_CHECKED); in onResume()
83 filter.addAction(BleCocServerService.BLE_DATA_8BYTES_READ); in onResume()
84 filter.addAction(BleCocServerService.BLE_DATA_8BYTES_SENT); in onResume()
85 filter.addAction(BleCocServerService.BLE_DATA_LARGEBUF_READ); in onResume()
87 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_SECURE); in onResume()
88 filter.addAction(BleCocServerService.BLE_BLUETOOTH_MISMATCH_INSECURE); in onResume()
[all …]
DBleCocInsecureServerStartActivity.java28 mIntent = new Intent(this, BleCocServerService.class); in onCreate()
29 mIntent.setAction(BleCocServerService.BLE_ACTION_COC_SERVER_INSECURE); in onCreate()
DBleCocSecureServerStartActivity.java28 mIntent = new Intent(this, BleCocServerService.class); in onCreate()
29 mIntent.setAction(BleCocServerService.BLE_ACTION_COC_SERVER_SECURE); in onCreate()
DBleCocServerService.java59 public class BleCocServerService extends Service { class
285 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()
DBleCocClientService.java474 if (uuid.getUuid().equals(BleCocServerService.ADV_COC_SERVICE_UUID)) {
660 final int len = BleCocServerService.TEST_DATA_EXCHANGE_BUFSIZE; in sendDataLargeBuf()
679 mNextReadExpectedLen = BleCocServerService.TEST_DATA_EXCHANGE_BUFSIZE; in readDataLargeBuf()
687 new ParcelUuid(BleCocServerService.ADV_COC_SERVICE_UUID)).build()); in startScan()