Searched refs:kUnknownPower (Results 1 – 6 of 6) sorted by relevance
30 .WillByDefault(testing::Return(kUnknownPower)); in MockBluetoothDevice()32 .WillByDefault(testing::Return(kUnknownPower)); in MockBluetoothDevice()34 .WillByDefault(testing::Return(kUnknownPower)); in MockBluetoothDevice()
116 if (rssi != BluetoothDevice::kUnknownPower) in BluetoothDeviceToApiDevice()121 if (current_transmit_power != BluetoothDevice::kUnknownPower) in BluetoothDeviceToApiDevice()124 if (maximum_transmit_power != BluetoothDevice::kUnknownPower) in BluetoothDeviceToApiDevice()
115 return kUnknownPower; in GetRSSI()120 return kUnknownPower; in GetCurrentHostTransmitPower()125 return kUnknownPower; in GetMaximumHostTransmitPower()
109 return kUnknownPower;117 return kUnknownPower;244 return kUnknownPower;252 return kUnknownPower;
234 return kUnknownPower; in GetRSSI()238 : kUnknownPower; in GetRSSI()249 : kUnknownPower; in GetCurrentHostTransmitPower()259 : kUnknownPower; in GetMaximumHostTransmitPower()
69 static const int kUnknownPower = 127; variable