Home
last modified time | relevance | path

Searched refs:BLE_ADV_MAX_LEGACY_ADVERTISING_DATA_BYTES (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h375 const uint32_t BLE_ADV_MAX_LEGACY_ADVERTISING_DATA_BYTES = 31; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp299 uint32_t maxSize = BLE_ADV_MAX_LEGACY_ADVERTISING_DATA_BYTES; in CheckAdvertiserData()