Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbluetooth_headset_interface.h40 virtual bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
/system/bt/btif/src/
Dbtif_hf.cc708 bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
747 bt_status_t HeadsetInterface::Init(Callbacks* callbacks, int max_hf_clients, in Init() argument
754 CHECK_LE(max_hf_clients, BTA_AG_MAX_NUM_CLIENTS) in Init()
758 << BTA_AG_MAX_NUM_CLIENTS << " was given " << max_hf_clients; in Init()
759 btif_max_hf_clients = max_hf_clients; in Init()