Home
last modified time | relevance | path

Searched refs:callsetup (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java465 private void onCallSetup(int callsetup, byte[] address) { in onCallSetup() argument
467 event.valueInt = callsetup; in onCallSetup()
/aosp12/system/bt/include/hardware/
H A Dbt_hf_client.h228 const RawAddress* bd_addr, bthf_client_callsetup_t callsetup);
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfpclient.cpp183 bthf_client_callsetup_t callsetup) { in callsetup_cb() argument
195 (jint)callsetup, addr.get()); in callsetup_cb()
/aosp12/system/bt/bta/ag/
H A Dbta_ag_cmd.cc553 size_t callsetup = bta_ag_indicator_by_result_code(result); in bta_ag_send_call_inds() local
567 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, false); in bta_ag_send_call_inds()