Searched refs:indValue (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 193 private void onATBiev(int indId, int indValue, byte[] address) { in onATBiev() argument 195 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_BIEV, indId, indValue, in onATBiev()
|
D | HeadsetStateMachine.java | 1914 private void sendIndicatorIntent(BluetoothDevice device, int indId, int indValue) { in sendIndicatorIntent() argument 1918 intent.putExtra(BluetoothHeadset.EXTRA_HF_INDICATORS_IND_VALUE, indValue); in sendIndicatorIntent() 1953 private void processAtBiev(int indId, int indValue, BluetoothDevice device) { in processAtBiev() argument 1954 log("processAtBiev: ind_id=" + indId + ", ind_value=" + indValue); in processAtBiev() 1955 sendIndicatorIntent(device, indId, indValue); in processAtBiev()
|