HomeSort by relevance Sort by last modified time
    Searched refs:bta_hf_client_allocate_handle (Results 1 - 5 of 5) sorted by null

  /system/bt/bta/test/
bta_hf_client_test.cc 42 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
52 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
60 status = bta_hf_client_allocate_handle(bdaddr1, &p_handle);
69 bool status = bta_hf_client_allocate_handle(bdaddr1, &p_handle_first);
78 status = bta_hf_client_allocate_handle(bdaddr2, &p_handle_second);
  /system/bt/bta/hf_client/
bta_hf_client_api.cc 84 if (!bta_hf_client_allocate_handle(bd_addr, p_handle)) {
bta_hf_client_rfc.cc 106 bta_hf_client_allocate_handle(peer_addr, &tmp_handle);
bta_hf_client_int.h 215 extern bool bta_hf_client_allocate_handle(const BD_ADDR bd_addr,
bta_hf_client_main.cc 568 * Function bta_hf_client_allocate_handle
583 bool bta_hf_client_allocate_handle(const BD_ADDR bd_addr, uint16_t* p_handle) { function
    [all...]

Completed in 2235 milliseconds