Home
last modified time | relevance | path

Searched refs:hdl_list_info (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/gatt/
Dgatt_utils.cc195 for (auto& elem : *gatt_cb.hdl_list_info) { in gatt_find_hdl_buffer_by_handle()
211 auto end_it = gatt_cb.hdl_list_info->end(); in gatt_find_hdl_buffer_by_app_id()
212 auto it = gatt_cb.hdl_list_info->begin(); in gatt_find_hdl_buffer_by_app_id()
229 auto it = gatt_cb.hdl_list_info->begin(); in gatt_free_srvc_db_buffer_app_id()
230 auto end = gatt_cb.hdl_list_info->end(); in gatt_free_srvc_db_buffer_app_id()
233 it = gatt_cb.hdl_list_info->erase(it); in gatt_free_srvc_db_buffer_app_id()
Dgatt_api.cc45 auto lst_ptr = gatt_cb.hdl_list_info; in gatt_add_an_item_to_list()
175 if (!gatt_cb.hdl_list_info->empty()) { in GATTS_AddService()
176 s_hdl = gatt_cb.hdl_list_info->front().asgn_range.e_handle + 1; in GATTS_AddService()
345 if (it == gatt_cb.hdl_list_info->end()) { in GATTS_DeleteService()
363 gatt_cb.hdl_list_info->erase(it); in GATTS_DeleteService()
Dgatt_main.cc141 gatt_cb.hdl_list_info = new std::list<tGATT_HDL_LIST_ELEM>(); in gatt_init()
179 gatt_cb.hdl_list_info->clear(); in gatt_free()
180 gatt_cb.hdl_list_info = nullptr; in gatt_free()
Dgatt_int.h362 std::list<tGATT_HDL_LIST_ELEM>* hdl_list_info; member