Searched refs:max_hf_clients (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/include/hardware/ |
H A D | bluetooth_headset_interface.h | 40 virtual bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
|
/aosp12/system/bt/btif/src/ |
H A D | btif_hf.cc | 709 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 D | com_android_bluetooth_hfp.cpp | 438 static void initializeNative(JNIEnv* env, jobject object, jint max_hf_clients, in initializeNative() argument 473 max_hf_clients, inband_ringing_enabled); in initializeNative()
|