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,
672 bt_status_t Init(Callbacks* callbacks, int max_hf_clients,711 bt_status_t HeadsetInterface::Init(Callbacks* callbacks, int max_hf_clients, in Init() argument718 CHECK_LE(max_hf_clients, BTA_AG_MAX_NUM_CLIENTS) in Init()722 << BTA_AG_MAX_NUM_CLIENTS << " was given " << max_hf_clients; in Init()723 btif_max_hf_clients = max_hf_clients; in Init()