mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add cellInfoList_1_2 in 1.2/IRadioIndication.hal."
This commit is contained in:
@@ -37,4 +37,13 @@ interface IRadioIndication extends @1.1::IRadioIndication {
|
||||
* the device
|
||||
*/
|
||||
oneway simSlotsStatusChanged(RadioIndicationType type, vec<SimSlotStatus> slotStatus);
|
||||
|
||||
/**
|
||||
* Request all of the current cell information known to the radio.
|
||||
* Same information as returned by getCellInfoList() in 1.0::IRadio.
|
||||
*
|
||||
* @param type Type of radio indication
|
||||
* @param records Current cell information known to radio
|
||||
*/
|
||||
oneway cellInfoList_1_2(RadioIndicationType type, vec<CellInfo> records);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user