Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DServiceDeclaration.java34 UUID uuid = null; field in ServiceDeclaration.Entry
42 Entry(UUID uuid, int serviceType, int instance) { in Entry()
49 Entry(UUID uuid, int serviceType, int instance, boolean advertisePreferred) { in Entry()
57 Entry(UUID uuid, int properties, int permissions, int instance) { in Entry()
65 Entry(UUID uuid, int permissions) { in Entry()
77 void addService(UUID uuid, int serviceType, int instance, int minHandles, in addService()
89 void addIncludedService(UUID uuid, int serviceType, int instance) { in addIncludedService()
98 void addCharacteristic(UUID uuid, int properties, int permissions) { in addCharacteristic()
105 void addDescriptor(UUID uuid, int permissions) { in addDescriptor()
121 boolean isServiceAdvertisePreferred(UUID uuid) { in isServiceAdvertisePreferred()
DHandleMap.java39 UUID uuid = null; field in HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry()
75 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry()
99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
104 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic()
109 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor()
134 int getServiceHandle(UUID uuid, int serviceType, int instance) { in getServiceHandle()
147 int getCharacteristicHandle(int serviceHandle, UUID uuid, int instance) { in getCharacteristicHandle()
DScanFilterQueue.java54 public UUID uuid; field in ScanFilterQueue.Entry
106 void addUuid(UUID uuid) { in addUuid()
114 void addUuid(UUID uuid, UUID uuid_mask) { in addUuid()
122 void addSolicitUuid(UUID uuid) { in addSolicitUuid()
DContextMap.java66 UUID uuid; field in ContextMap.App
92 App(UUID uuid, T callback, String name, AppScanStats appScanStats) { in App()
148 void add(UUID uuid, T callback, GattService service) { in add()
169 void remove(UUID uuid) { in remove()
246 App getByUuid(UUID uuid) { in getByUuid()
DGattDbElement.java40 public UUID uuid; field in GattDbElement
DGattDebugUtils.java98 UUID uuid = getUuidExtra(intent); in handleDebugAction() local
127 Object uuid = extras != null ? extras.get(extra) : null; in getHandleExtra() local
DAdvertiseManager.java379 UUID uuid = parcelUuid.getUuid(); in setAdvertisingData() local
422 ParcelUuid uuid = advertiseData.getServiceData().keySet().iterator().next(); in getServiceData() local
DGattService.java343 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) { in registerClient()
465 public void registerServer(ParcelUuid uuid, IBluetoothGattServerCallback callback) { in registerServer()
687 UUID uuid = new UUID(uuidMsb, uuidLsb); in onClientRegistered() local
1371 void registerClient(UUID uuid, IBluetoothGattCallback callback) { in registerClient()
1643 UUID uuid = new UUID(uuidMsb, uuidLsb); in onServerRegistered() local
1656 UUID uuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onServiceAdded() local
1678 UUID uuid = new UUID(charUuidMsb, charUuidLsb); in onCharacteristicAdded() local
1690 UUID uuid = new UUID(descrUuidMsb, descrUuidLsb); in onDescriptorAdded() local
1896 void registerServer(UUID uuid, IBluetoothGattServerCallback callback) { in registerServer()
2050 private boolean isHidUuid(final UUID uuid) { in isHidUuid()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppPreference.java98 private String getChannelKey(BluetoothDevice remoteDevice, int uuid) { in getChannelKey()
115 public int getChannel(BluetoothDevice remoteDevice, int uuid) { in getChannel()
137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) { in setChannel()
149 public void removeChannel(BluetoothDevice remoteDevice, int uuid) { in removeChannel()
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java97 private native boolean sdpSearchNative(byte[] address, byte[] uuid); in sdpSearchNative()
126 public SdpSearchInstance(int status, BluetoothDevice device, ParcelUuid uuid){ in SdpSearchInstance()
192 ParcelUuid uuid = Utils.byteArrayToUuid(uuidBytes)[0]; in getSearchInstance() local
202 boolean isSearching(BluetoothDevice device, ParcelUuid uuid) { in isSearching()
249 void sdpMasRecordFoundCallback(int status, byte[] address, byte[] uuid, in sdpMasRecordFoundCallback()
282 void sdpMnsRecordFoundCallback(int status, byte[] address, byte[] uuid, in sdpMnsRecordFoundCallback()
311 void sdpPseRecordFoundCallback(int status, byte[] address, byte[] uuid, in sdpPseRecordFoundCallback()
341 void sdpOppOpsRecordFoundCallback(int status, byte[] address, byte[] uuid, in sdpOppOpsRecordFoundCallback()
371 void sdpSapsRecordFoundCallback(int status, byte[] address, byte[] uuid, in sdpSapsRecordFoundCallback()
397 void sdpRecordFoundCallback(int status, byte[] address, byte[] uuid, in sdpRecordFoundCallback()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java113 UUID uuid = pUuid.getUuid(); in uuidToByteArray() local
125 UUID uuid; in uuidsToByteArray() local
140 UUID uuid; in byteArrayToUuid() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DNewStorageActivity.java430 final String uuid = info.getFsUuid(); in handleMount() local
503 final String uuid = info.getFsUuid(); in handleSetupComplete() local
/packages/apps/Camera2/src/com/android/camera/data/
DPlaceholderItem.java59 String uuid = UUID.randomUUID().toString(); in PlaceholderItem() local
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp135 jbyte *addr = NULL, *uuid = NULL; in sdpSearchNative() local
173 jbyteArray uuid = NULL; in sdp_search_callback() local
Dcom_android_bluetooth_gatt.cpp57 static void set_uuid(uint8_t* uuid, jlong uuid_msb, jlong uuid_lsb) in set_uuid()
66 static uint64_t uuid_lsb(const bt_uuid_t* uuid) in uuid_lsb()
80 static uint64_t uuid_msb(const bt_uuid_t* uuid) in uuid_msb()
582 …jobject uuid = sCallbackEnv->NewObject(uuidClazz, uuidConstructor, uuid_msb(&curr.uuid), uuid_lsb(… in btgattc_get_gatt_db_cb() local
655 void btgatts_register_app_cb(int status, int server_if, bt_uuid_t *uuid) in btgatts_register_app_cb()
994 bt_uuid_t uuid; in gattClientRegisterAppNative() local
1047 bt_uuid_t uuid; in gattClientSearchServiceNative() local
1293 bt_uuid_t uuid, uuid_mask; in gattClientScanFilterAddRemoveNative() local
1480 bt_uuid_t uuid; in gattServerRegisterAppNative() local
1543 bt_uuid_t uuid; in gattServerAddCharacteristicNative() local
[all …]
Dcom_android_bluetooth_btservice_AdapterService.cpp1097 jbyte *addr = NULL, *uuid = NULL; in connectSocketNative() local
1144 jbyte *uuid = NULL; in createSocketChannelNative() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1320 ParcelUuid uuid, int port, int flag) { in connectSocket()
1332 ParcelUuid uuid, int port, int flag) { in createSocketChannel()
1342 public boolean sdpSearch(BluetoothDevice device, ParcelUuid uuid) { in sdpSearch()
1586 boolean sdpSearch(BluetoothDevice device,ParcelUuid uuid) { in sdpSearch()
2091 ParcelUuid uuid, int port, int flag) { in connectSocket()
2103 ParcelUuid uuid, int port, int flag) { in createSocketChannel()
2535 /*package*/ native boolean sdpSearchNative(byte[] address, byte[] uuid); in sdpSearchNative()
2552 byte[] uuid, int port, int flag, int callingUid); in connectSocketNative()
2554 byte[] uuid, int port, int flag, int callingUid); in createSocketChannelNative()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DIntentUtilities.java136 String uuid = uri.getQueryParameter(ACCOUNT_UUID_PARAM); in getAccountUuidFromIntent() local
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSdpManagerTestServer.java175 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive() local
DObexTest.java644 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive() local
/packages/apps/Camera2/src/com/android/camera/
DStorage.java280 String uuid = UUID.randomUUID().toString(); in generateUniquePlaceholderUri() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java1075 ParcelUuid uuid = intent.getParcelableExtra(BluetoothDevice.EXTRA_UUID); in onReceive() local