Searched refs:val_u8 (Results 1 – 2 of 2) sorted by relevance
394 uint8_t val_u8; in example_without_handler() local399 rc = load_immediate_value("gamma", &val_u8, sizeof(val_u8)); in example_without_handler()401 val_u8 = GAMMA_DEFAULT_VAl; in example_without_handler()402 printk("<gamma> = %d (default)\n", val_u8); in example_without_handler()404 printk("<gamma> = %d\n", val_u8); in example_without_handler()409 val_u8++; in example_without_handler()412 rc = settings_save_one("gamma", (const void *)&val_u8, in example_without_handler()413 sizeof(val_u8)); in example_without_handler()
1024 uint8_t val_u8; in codec_meta_set_assisted_listening_stream() local1036 val_u8 = (uint8_t)val; in codec_meta_set_assisted_listening_stream()1039 BT_AUDIO_METADATA_TYPE_ASSISTED_LISTENING_STREAM, &val_u8, in codec_meta_set_assisted_listening_stream()1040 sizeof(val_u8)); in codec_meta_set_assisted_listening_stream()