Home
last modified time | relevance | path

Searched refs:NO_RESPONSE (Results 1 – 5 of 5) 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()
178 if (type != WriteType::DEFAULT && type != WriteType::NO_RESPONSE && type != WriteType::SIGNED) { in SetWriteType()
H A Dbluetooth_gatt_server.cpp171 …eedRespones ? GattCharacteristic::WriteType::DEFAULT : GattCharacteristic::WriteType::NO_RESPONSE); in OnCharacteristicWriteRequest()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h70 NO_RESPONSE, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp76 outWriteType = GattCharacteristic::WriteType::NO_RESPONSE; in ConverWriteType()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp372 outWriteType = GattCharacteristic::WriteType::NO_RESPONSE; in NapiParseGattWriteType()