Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp244 returnCode = pGattCharacteristic->SetWriteType(typeTemp);
259 returnCode = pGattCharacteristic->SetWriteType(typeTemp);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_characteristic.h223 int SetWriteType(int type);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_characteristic.cpp176 int GattCharacteristic::SetWriteType(int type) in SetWriteType() function in OHOS::Bluetooth::GattCharacteristic
H A Dbluetooth_gatt_server.cpp170 gattcharacter.value().get().SetWriteType( in OnCharacteristicWriteRequest()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp644 tmpCharac->SetWriteType(newWriteType); in BleGattcWriteCharacteristic()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp562 character->SetWriteType(writeType); in CheckWriteCharacteristicValueEx()