Home
last modified time | relevance | path

Searched refs:WRITE_WITHOUT_RESPONSE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp30 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()
44 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h80 WRITE_WITHOUT_RESPONSE = 0x04, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_profile_defines.h39 WRITE_WITHOUT_RESPONSE, enumerator
H A Dgatt_client_profile.cpp621 … pimpl->requestList_.emplace_back(connectHandle, GattRequestInfo(WRITE_WITHOUT_RESPONSE, reqId)); in SignedWriteWithoutResponse()
1050 case WRITE_WITHOUT_RESPONSE: in IndicateRequestRetToService()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp114 …napi_get_boolean(env, HasProperty(properties, GattCharacteristic::WRITE_WITHOUT_RESPONSE), &value); in ConvertGattPropertiesToJs()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp107 properties |= static_cast<uint16_t>(GattCharacteristic::WRITE_WITHOUT_RESPONSE); in ConvertGattProperties()