Home
last modified time | relevance | path

Searched refs:BLE_ADV_FLAG_BREDR_NOT_SPT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h458 const uint8_t BLE_ADV_FLAG_BREDR_NOT_SPT = 0x01 << 2; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1387 if ((adFlag_ & BLE_ADV_FLAG_BREDR_NOT_SPT) > 0) { in GetDeviceType()
H A Dbt_def.h543 const uint8_t BLE_ADV_FLAG_BREDR_NOT_SPT = 0x01 << 2; variable