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

  /system/bt/bta/hh/
bta_hh_main.c 452 index = bta_hh_dev_handle_to_cb_idx((UINT8)p_msg->layer_specific);
470 index = bta_hh_dev_handle_to_cb_idx((UINT8)p_msg->layer_specific);
bta_hh_int.h 365 extern UINT8 bta_hh_dev_handle_to_cb_idx(UINT8 dev_handle);
bta_hh_utils.c 477 ** Function bta_hh_dev_handle_to_cb_idx
485 UINT8 bta_hh_dev_handle_to_cb_idx(UINT8 dev_handle) function
495 APPL_TRACE_DEBUG("bta_hh_dev_handle_to_cb_idx dev_handle = %d index = %d", dev_handle, index);

Completed in 509 milliseconds