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.cc672 bt_status_t Init(Callbacks* callbacks, int max_hf_clients,
711 bt_status_t HeadsetInterface::Init(Callbacks* callbacks, int max_hf_clients, in Init() argument
718 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()