Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp274 uint32_t deviceNameLen = BluetoothHost::GetDefaultHost().GetLocalName().length(); in GetAdvertiserTotalBytes() local
275deviceNameLen = (deviceNameLen > DEVICE_NAME_MAX_LEN) ? DEVICE_NAME_MAX_LEN : deviceNameLen; in GetAdvertiserTotalBytes()
276 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + deviceNameLen; in GetAdvertiserTotalBytes()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/
H A Dwpa_types.h.txt206 uint32_t deviceNameLen;
274 uint32_t deviceNameLen;
H A Dwpa_types.c.txt1744 if (!WritePodArray(data, dataBlock->deviceName, sizeof(uint8_t), dataBlock->deviceNameLen)) {
1835 dataBlock->deviceNameLen = deviceNameCpLen;
2610 if (!WritePodArray(data, dataBlock->deviceName, sizeof(uint8_t), dataBlock->deviceNameLen)) {
2701 dataBlock->deviceNameLen = deviceNameCpLen;
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c1338 info->deviceNameLen = WIFI_P2P_DEVICE_NAME_LENGTH; in WpaInterfaceP2pGetPeer()
1664 if (FillData(&hdiP2pDeviceInfoParam->deviceName, &hdiP2pDeviceInfoParam->deviceNameLen, in WpaFillP2pDeviceFoundParam()