Home
last modified time | relevance | path

Searched refs:ONE_BYTE_LENGTH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/include/
H A Ddisc_ble_constant.h54 #define ONE_BYTE_LENGTH 8 macro
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_packet.c36 #define ONE_BYTE_LENGTH 1 macro
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble_utils.c284 device->info->devType = (recvDevType[1] << ONE_BYTE_LENGTH) | recvDevType[0]; in ParseDeviceType()
H A Ddisc_ble.c896 if (devType >= (1 << ONE_BYTE_LENGTH)) { in GetBroadcastData()
897 sendDevType[1] = (devType >> ONE_BYTE_LENGTH) & DEVICE_TYPE_MASK; in GetBroadcastData()