Home
last modified time | relevance | path

Searched refs:max_hf_clients (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/include/hardware/
H A Dbluetooth_headset_interface.h40 virtual bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc709 bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
750 bt_status_t HeadsetInterface::Init(Callbacks* callbacks, int max_hf_clients, in Init() argument
757 CHECK_LE(max_hf_clients, BTA_AG_MAX_NUM_CLIENTS) in Init()
761 << BTA_AG_MAX_NUM_CLIENTS << " was given " << max_hf_clients; in Init()
762 btif_max_hf_clients = max_hf_clients; in Init()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp438 static void initializeNative(JNIEnv* env, jobject object, jint max_hf_clients, in initializeNative() argument
473 max_hf_clients, inband_ringing_enabled); in initializeNative()