Searched refs:bta_hf_client_allocate_handle (Results 1 – 5 of 5) sorted by relevance
53 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F()63 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F()71 status = bta_hf_client_allocate_handle(bdaddr1, &p_handle); in TEST_F()80 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle_first); in TEST_F()89 status = bta_hf_client_allocate_handle(bdaddr2, &p_handle_second); in TEST_F()
90 if (!bta_hf_client_allocate_handle(bd_addr, p_handle)) { in BTA_HfClientOpen()
109 bta_hf_client_allocate_handle(peer_addr, &tmp_handle); in bta_hf_client_mgmt_cback()
224 extern bool bta_hf_client_allocate_handle(const RawAddress& bd_addr,
579 bool bta_hf_client_allocate_handle(const RawAddress& bd_addr, in bta_hf_client_allocate_handle() function