Searched refs:max_hf_clients (Results 1 – 2 of 2) sorted by relevance
40 virtual bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
708 bt_status_t Init(Callbacks* callbacks, int max_hf_clients,747 bt_status_t HeadsetInterface::Init(Callbacks* callbacks, int max_hf_clients, in Init() argument754 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()