Home
last modified time | relevance | path

Searched refs:BTA_HH_GET_LE_CB_IDX (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_utils.cc124 uint8_t le_hid_handle = BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle); in bta_hh_clean_up_kdev()
354 index = bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(dev_handle)]; in bta_hh_dev_handle_to_cb_idx()
Dbta_hh_int.h181 #define BTA_HH_GET_LE_CB_IDX(x) (((x) >> 4) - 1) macro
Dbta_hh_le.cc267 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index; in bta_hh_le_open_conn()
1164 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index; in bta_hh_gatt_open()
2129 bta_hh_cb.le_cb_index[BTA_HH_GET_LE_CB_IDX(p_cb->hid_handle)] = p_cb->index; in bta_hh_le_add_device()