Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp26 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()
40 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h80 WRITE_WITHOUT_RESPONSE = 0x04, enumerator
/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()
622 LOG_DEBUG("%{public}s: Add requestList_: WRITE_WITHOUT_RESPONSE", __FUNCTION__); in SignedWriteWithoutResponse()
1050 case WRITE_WITHOUT_RESPONSE: in IndicateRequestRetToService()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp111 napi_get_boolean(env, HasProperty(properties, GattCharacteristic::WRITE_WITHOUT_RESPONSE), &value); in ConvertGattPropertiesToJs()
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp104 properties |= static_cast<uint16_t>(GattCharacteristic::WRITE_WITHOUT_RESPONSE); in ConvertGattProperties()

Completed in 8 milliseconds