Searched refs:WRITE_WITHOUT_RESPONSE (Results 1 – 6 of 6) sorted by relevance
30 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()44 : properties & Propertie::WRITE_WITHOUT_RESPONSE ? WriteType::NO_RESPONSE in GattCharacteristic()
80 WRITE_WITHOUT_RESPONSE = 0x04, enumerator
39 WRITE_WITHOUT_RESPONSE, enumerator
621 … pimpl->requestList_.emplace_back(connectHandle, GattRequestInfo(WRITE_WITHOUT_RESPONSE, reqId)); in SignedWriteWithoutResponse()1050 case WRITE_WITHOUT_RESPONSE: in IndicateRequestRetToService()
114 …napi_get_boolean(env, HasProperty(properties, GattCharacteristic::WRITE_WITHOUT_RESPONSE), &value); in ConvertGattPropertiesToJs()
107 properties |= static_cast<uint16_t>(GattCharacteristic::WRITE_WITHOUT_RESPONSE); in ConvertGattProperties()