Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h85 OHOS_BLE_ADV_SCAN_IND = 0x02, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp636 … if (advParam->advType == OHOS_BLE_ADV_SCAN_IND || advParam->advType == OHOS_BLE_ADV_NONCONN_IND) { in BleStartAdvWithAddr()
710 if (advParam.advType == OHOS_BLE_ADV_SCAN_IND || advParam.advType == OHOS_BLE_ADV_NONCONN_IND) { in BleStartAdvEx()
1250 if (param->advParam.advType == OHOS_BLE_ADV_SCAN_IND || in ConvertAdvSettingParam()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c113 return OHOS_BLE_ADV_SCAN_IND; in SoftbusAdvTypeToBt()