Searched defs:indId (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetNativeInterface.java193 private void onATBiev(int indId, int indValue, byte[] address) { argument
195 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_BIEV, indId, indValue,
H A DHeadsetStateMachine.java633 stateLogW("Unexpected BIEV event for " + event.device + ", indId="
1867 * @param indId Indicator ID [0-65535]
1868 * @param indValue Indicator Value [0-65535], -1 means invalid but indId is supported
1870 private void sendIndicatorIntent(BluetoothDevice device, int indId, int indValue) { argument
1873 intent.putExtra(BluetoothHeadset.EXTRA_HF_INDICATORS_IND_ID, indId);
1883 int indId = 0;
1892 indId = Integer.valueOf(id);
1897 switch (indId) {
1900 sendIndicatorIntent(device, indId, -1);
1904 sendIndicatorIntent(device, indId,
1915 processAtBiev(int indId, int indValue, BluetoothDevice device) argument
[all...]

Completed in 15 milliseconds