Searched refs:bta_hf_client_allocate_handle (Results 1 – 5 of 5) sorted by relevance
52 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F()62 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F()70 status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F()79 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle_first); in TEST_F()88 status = bta_hf_client_allocate_handle(bdaddr2, &p_handle_second); in TEST_F()
85 if (!bta_hf_client_allocate_handle(bd_addr, p_handle)) { in BTA_HfClientOpen()
110 bta_hf_client_allocate_handle(peer_addr, &tmp_handle); in bta_hf_client_mgmt_cback()
216 extern bool bta_hf_client_allocate_handle(const RawAddress& bd_addr,
582 bool bta_hf_client_allocate_handle(const RawAddress& bd_addr, in bta_hf_client_allocate_handle() function