Home
last modified time | relevance | path

Searched refs:GetWriteType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h213 int GetWriteType() const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp171 int GattCharacteristic::GetWriteType() const in GetWriteType() function in OHOS::Bluetooth::GattCharacteristic
H A Dbluetooth_gatt_client.cpp996 if (characteristic.GetWriteType() == static_cast<int>(GattCharacteristic::WriteType::SIGNED)) { in WriteCharacteristic()
1000 withoutRespond = ((characteristic.GetWriteType() == in WriteCharacteristic()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp262 int resultType = pGattCharacteristic->GetWriteType();
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp301 …napi_get_boolean(env, characteristic.GetWriteType() == GattCharacteristic::WriteType::DEFAULT, &ne… in ConvertCharacteristicWriteReqToJS()
H A Dnapi_bluetooth_gatt_client.cpp594 bool isNeedCallback = character->GetWriteType() == GattCharacteristic::WriteType::DEFAULT; in WriteCharacteristicValueEx()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp398 … writeInfo.needRsp = (characteristic.GetWriteType() == GattCharacteristic::WriteType::DEFAULT); in OnCharacteristicWriteRequest()