HomeSort by relevance Sort by last modified time
    Searched refs:callsetup (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/include/hardware/
bt_hf_client.h 210 /** Callback for callsetup indicator
212 typedef void (* bthf_client_callsetup_callback) (bthf_client_callsetup_t callsetup);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 321 private boolean waitForIndicators(int call, int callsetup, int callheld) {
330 } else if (callsetup != -1) {
331 mIndicatorCallSetup = callsetup;
445 private void updateCallSetupIndicator(int callsetup) {
446 Log.d(TAG, "updateCallSetupIndicator " + callsetup + " " + mPendingAction.first);
453 if (waitForIndicators(-1, callsetup, -1)) {
462 switch (callsetup) {
479 // no specific order for callsetup=0 and
493 Log.e(TAG, "Unexpected callsetup=0 while in action ACCEPT_CALL");
508 Log.e(TAG, "Unexpected callsetup=0 while in action REJECT_CALL")
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 154 static void callsetup_cb (bthf_client_callsetup_t callsetup) {
156 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallSetup, (jint) callsetup);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 297 /* callsetup indicator value lookup table */
781 ** Description Send call and callsetup indicators.
790 UINT8 callsetup; local
792 /* set new call and callsetup values based on BTA_AgResult */
793 callsetup = bta_ag_callsetup_ind_tbl[result];
811 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, FALSE);
    [all...]

Completed in 6587 milliseconds