Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_main.cc364 uint8_t index = BTA_HH_IDX_INVALID; in bta_hh_hdl_event()
402 if ((index != BTA_HH_IDX_INVALID) && in bta_hh_hdl_event()
404 index = BTA_HH_IDX_INVALID; in bta_hh_hdl_event()
412 if (index != BTA_HH_IDX_INVALID) p_cb = &bta_hh_cb.kdev[index]; in bta_hh_hdl_event()
Dbta_hh_utils.cc93 if (xx == BTA_HH_MAX_DEVICE) xx = BTA_HH_IDX_INVALID; in bta_hh_find_cb()
115 BTA_HH_IDX_INVALID; in bta_hh_clean_up_kdev()
118 bta_hh_cb.cb_index[p_cb->hid_handle] = BTA_HH_IDX_INVALID; in bta_hh_clean_up_kdev()
472 uint8_t index = BTA_HH_IDX_INVALID; in bta_hh_dev_handle_to_cb_idx()
Dbta_hh_le.cc171 bta_hh_cb.le_cb_index[xx] = BTA_HH_IDX_INVALID; in bta_hh_le_enable()
251 if (bta_hh_cb.le_cb_index[i] == BTA_HH_IDX_INVALID) in bta_hh_le_get_le_dev_hdl()
254 return BTA_HH_IDX_INVALID; in bta_hh_le_get_le_dev_hdl()
271 if (p_cb->hid_handle == BTA_HH_IDX_INVALID) { in bta_hh_le_open_conn()
330 return BTA_HH_IDX_INVALID; in bta_hh_le_find_service_inst_by_battery_inst_id()
352 if (hid_inst_id == BTA_HH_IDX_INVALID) return NULL; in bta_hh_le_find_report_entry()
423 if (hid_inst_id == BTA_HH_IDX_INVALID) return NULL; in bta_hh_le_find_alloc_report_entry()
973 if (idx != BTA_HH_IDX_INVALID) in bta_hh_le_encrypt_cback()
1150 if (p_cb->hid_handle == BTA_HH_IDX_INVALID) { in bta_hh_gatt_open()
2135 uint8_t index = BTA_HH_IDX_INVALID; in bta_hh_le_hid_read_rpt_clt_cfg()
[all …]
Dbta_hh_act.cc95 bta_hh_cb.cb_index[xx] = BTA_HH_IDX_INVALID; in bta_hh_api_enable()
/system/bt/bta/include/
Dbta_hh_api.h77 #define BTA_HH_IDX_INVALID 0xff macro