Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63a67de8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "radio: iris: Fixed an issue with search stations list"

parents cf2a4e17 c7bbaaea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 *
 * Copyright (c) 2011-2013 The Linux Foundation. All rights reserved.
 * Copyright (c) 2011-2014 The Linux Foundation. All rights reserved.
 *
 * This file is based on include/net/bluetooth/hci_core.h
 *
@@ -38,7 +38,7 @@ const unsigned char MAX_TX_TONE_VAL = 0x07;
const unsigned char MIN_HARD_MUTE_VAL = 0x00;
const unsigned char MAX_HARD_MUTE_VAL = 0x03;
const unsigned char MIN_SRCH_MODE = 0x00;
const unsigned char MAX_SRCH_MODE = 0x01;
const unsigned char MAX_SRCH_MODE = 0x09;
const unsigned char MIN_SCAN_DWELL = 0x00;
const unsigned char MAX_SCAN_DWELL = 0x0F;
const unsigned char MIN_SIG_TH = 0x00;