Searched refs:ind_id (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java311 public void bindResponse(int ind_id, boolean ind_status) { argument
314 service.bindResponse(ind_id, ind_status);
588 private boolean bindResponse(int ind_id, boolean ind_status) { argument
598 msg.arg1 = ind_id;
H A DHeadsetStateMachine.java3169 private void sendIndicatorIntent(BluetoothDevice device, int ind_id, String ind_value) argument
3173 intent.putExtra(BluetoothHeadset.EXTRA_HF_INDICATORS_IND_ID, ind_id);
3184 int ind_id = 0;
3193 ind_id = new Integer(id);
3198 switch (ind_id) {
3202 sendIndicatorIntent(device, ind_id, null);
3207 sendIndicatorIntent(device, ind_id, null);
3218 private void processAtBiev( int ind_id, int ind_value, BluetoothDevice device) { argument
3219 log(" Process AT + BIEV Command : " + ind_id + ", " + ind_value);
3225 sendIndicatorIntent(device, ind_id, ind_value_st
3348 onATBiev(int ind_id, int ind_value, byte[] address) argument
3557 bindResponseNative(int ind_id, boolean ind_status, byte[] address) argument
[all...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp398 static void at_biev_callback(bthf_hf_ind_type_t ind_id, int ind_value, bt_bdaddr_t *bd_addr) { argument
405 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtBiev, ind_id, (jint)ind_value, addr);
716 jint ind_id, jboolean ind_status,
729 bt_status_t status = sBluetoothHfpInterface->bind_response((bthf_hf_ind_type_t) ind_id,
715 bindResponseNative(JNIEnv *env,jobject object, jint ind_id, jboolean ind_status, jbyteArray address) argument

Completed in 157 milliseconds