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 | 1997 private void sendIndicatorIntent(BluetoothDevice device, int indId, int indValue) { in sendIndicatorIntent() argument 2001 intent.putExtra(BluetoothHeadset.EXTRA_HF_INDICATORS_IND_VALUE, indValue); in sendIndicatorIntent() 2037 private void processAtBiev(int indId, int indValue, BluetoothDevice device) { in processAtBiev() argument 2038 log("processAtBiev: ind_id=" + indId + ", ind_value=" + indValue); in processAtBiev() 2039 sendIndicatorIntent(device, indId, indValue); in processAtBiev()
|