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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_main.c 458 index = bta_hh_dev_handle_to_cb_idx((UINT8)p_msg->layer_specific);
478 index = bta_hh_dev_handle_to_cb_idx((UINT8)p_msg->layer_specific);
bta_hh_int.h 372 extern UINT8 bta_hh_dev_handle_to_cb_idx(UINT8 dev_handle);
bta_hh_utils.c 481 ** Function bta_hh_dev_handle_to_cb_idx
489 UINT8 bta_hh_dev_handle_to_cb_idx(UINT8 dev_handle) function
499 APPL_TRACE_DEBUG("bta_hh_dev_handle_to_cb_idx dev_handle = %d index = %d", dev_handle, index);

Completed in 38 milliseconds