OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVICE_UUID
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_internal.h
62
extern const TEEC_UUID
SERVICE_UUID
;
pkcs11_global.c
46
const TEEC_UUID
SERVICE_UUID
= SERVICE_SYSTEM_UUID;
mtc.c
194
&
SERVICE_UUID
,
pkcs11_session.c
172
&
SERVICE_UUID
, /* destination UUID */
sst_stub.c
129
&
SERVICE_UUID
, /* destination UUID */
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java
91
private static final UUID
SERVICE_UUID
=
273
BluetoothGattService service = mBluetoothGatt.getService(
SERVICE_UUID
);
329
(mBluetoothGatt.getService(
SERVICE_UUID
) != null)) {
BleServerService.java
69
private static final UUID
SERVICE_UUID
=
201
new BluetoothGattService(
SERVICE_UUID
, BluetoothGattService.SERVICE_TYPE_PRIMARY);
Completed in 58 milliseconds