Searched defs:infoReason (Results 1 – 3 of 3) sorted by relevance
153 int infoReason = HapClientStackEvent.PRESET_INFO_REASON_ALL_PRESET_INFO; in onPresetInfo() local173 int infoReason = HapClientStackEvent.PRESET_INFO_REASON_ALL_PRESET_INFO; in onGroupPresetInfo() local
327 void onPresetInfo(byte[] address, int infoReason, BluetoothHapPresetInfo[] presets) { in onPresetInfo()341 void onGroupPresetInfo(int groupId, int infoReason, BluetoothHapPresetInfo[] presets) { in onGroupPresetInfo()
765 private void notifyPresetInfoChanged(BluetoothDevice device, int infoReason) { in notifyPresetInfoChanged()783 private void notifyPresetInfoForGroupChanged(int groupId, int infoReason) { in notifyPresetInfoForGroupChanged()1011 void updateDevicePresetsCache(BluetoothDevice device, int infoReason, in updateDevicePresetsCache()1142 int infoReason = stackEvent.valueInt2; in messageFromNative() local