Home
last modified time | relevance | path

Searched refs:bta_hh_dev_handle_to_cb_idx (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hh_utils.cc41 struct bta_hh_dev_handle_to_cb_idx bta_hh_dev_handle_to_cb_idx; variable
73 uint8_t bta_hh_dev_handle_to_cb_idx(uint8_t dev_handle) { in bta_hh_dev_handle_to_cb_idx() function
75 return test::mock::bta_hh_utils::bta_hh_dev_handle_to_cb_idx(dev_handle); in bta_hh_dev_handle_to_cb_idx()
Dmock_bta_hh_utils.h85 struct bta_hh_dev_handle_to_cb_idx { struct
91 extern struct bta_hh_dev_handle_to_cb_idx bta_hh_dev_handle_to_cb_idx; argument
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_main.cc320 index = bta_hh_dev_handle_to_cb_idx((uint8_t)p_msg->layer_specific); in bta_hh_hdl_event()
338 index = bta_hh_dev_handle_to_cb_idx((uint8_t)p_msg->layer_specific); in bta_hh_hdl_event()
Dbta_hh_utils.cc349 uint8_t bta_hh_dev_handle_to_cb_idx(uint8_t dev_handle) { in bta_hh_dev_handle_to_cb_idx() function
Dbta_hh_int.h291 uint8_t bta_hh_dev_handle_to_cb_idx(uint8_t dev_handle);