Home
last modified time | relevance | path

Searched refs:INDICATE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h83 INDICATE = 0x20, enumerator
/ohos5.0/base/global/system_resources/
H A DLICENSE_Fonts8 …MENT.BY DOWNLOADING,COPYING OR OTHERWISE USING HARMONYOS SANS FONTS YOU INDICATE THAT YOU AGREE TO…
/ohos5.0/base/update/updater/resources/font/
H A DLICENSE_Fonts8 …MENT.BY DOWNLOADING,COPYING OR OTHERWISE USING HARMONYOS SANS FONTS YOU INDICATE THAT YOU AGREE TO…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp123 napi_get_boolean(env, HasProperty(properties, GattCharacteristic::INDICATE), &value); in ConvertGattPropertiesToJs()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp113 properties |= static_cast<uint16_t>(GattCharacteristic::INDICATE); in ConvertGattProperties()