Home
last modified time | relevance | path

Searched refs:in_band (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfpclient.cpp231 static void in_band_ring_cb (bthf_client_in_band_ring_state_t in_band) { in in_band_ring_cb() argument
233 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onInBandRing, (jint) in_band); in in_band_ring_cb()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2563 private void onInBandRing(int in_band) { in onInBandRing() argument
2565 event.valueInt = in_band; in onInBandRing()