Home
last modified time | relevance | path

Searched refs:uuidType (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp415 int uuidType = uuid.GetUuidType(); in BleScanFilterUuidAdd() local
420 paramLength = uuidType; in BleScanFilterUuidAdd()
423 if (uuidType == Uuid::UUID16_BYTES_TYPE) { in BleScanFilterUuidAdd()
426 } else if (uuidType == Uuid::UUID32_BYTES_TYPE) { in BleScanFilterUuidAdd()
429 } else if (uuidType == Uuid::UUID128_BYTES_TYPE) { in BleScanFilterUuidAdd()
439 HILOGI("error uuid type(%{public}d).", uuidType); in BleScanFilterUuidAdd()
451 paramLength += uuidType; in BleScanFilterUuidAdd()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp994 uint8_t uuidType = data[offset++]; in ProcessBnepSetupConnectionRequest() local
995 if ((dataLength - offset) < (uuidType + uuidType)) { in ProcessBnepSetupConnectionRequest()
999 if (uuidType == Uuid::UUID16_BYTES_TYPE) { in ProcessBnepSetupConnectionRequest()
1001 offset += uuidType; in ProcessBnepSetupConnectionRequest()
1004 offset += uuidType; in ProcessBnepSetupConnectionRequest()
1006 } else if (uuidType == Uuid::UUID32_BYTES_TYPE) { in ProcessBnepSetupConnectionRequest()
1008 offset += uuidType; in ProcessBnepSetupConnectionRequest()
1011 offset += uuidType; in ProcessBnepSetupConnectionRequest()
1013 } else if (uuidType in ProcessBnepSetupConnectionRequest()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h374 UuidType uuidType; member
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_filter_matcher.cpp216 int uuidType = uuid.GetUuidType(); in ParseServiceDataUUidToString() local
217 switch (uuidType) { in ParseServiceDataUUidToString()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp379 int uuidType = BLUETOOTH_DATA_TYPE_COMPLETE_LIST_OF_16_BIT_SERVICE_CLASS_UUIDS; in SetEirData() local
388 ClassicDataStructure uuidData(uuidLen, uuidType, value); in SetEirData()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_server.c1863 uint8_t uuidType = uuid[0]; in GetRecordHandleArrayByUuid() local
1865 if (uuidType == 0x19) { in GetRecordHandleArrayByUuid()
1867 } else if (uuidType == 0x1A) { in GetRecordHandleArrayByUuid()
1869 } else if (uuidType == 0x1C) { in GetRecordHandleArrayByUuid()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp1287 int uuidType = iter->second.uuid_.GetUuidType(); in DiscoverPrimaryServiceByUuidParsing() local
1288 Buffer *serviceUuid = BufferMalloc(uuidType); in DiscoverPrimaryServiceByUuidParsing()
1306 if (memcpy_s(BufferPtr(serviceUuid), uuidType, &(iter->second.uuid_), uuidType) != EOK) { in DiscoverPrimaryServiceByUuidParsing()

Completed in 12 milliseconds