HomeSort by relevance Sort by last modified time
    Searched refs:hdl_list_info (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/gatt/
gatt_utils.cc 231 for (auto& elem : *gatt_cb.hdl_list_info) {
247 auto end_it = gatt_cb.hdl_list_info->end();
248 auto it = gatt_cb.hdl_list_info->begin();
265 auto end_it = gatt_cb.hdl_list_info->end();
266 for (auto it = gatt_cb.hdl_list_info->begin(); it != end_it; it++) {
268 it = gatt_cb.hdl_list_info->erase(it);
    [all...]
gatt_api.cc 68 auto lst_ptr = gatt_cb.hdl_list_info;
250 if (!gatt_cb.hdl_list_info->empty()) {
251 s_hdl = gatt_cb.hdl_list_info->front().asgn_range.e_handle + 1;
424 if (it == gatt_cb.hdl_list_info->end()) {
442 gatt_cb.hdl_list_info->erase(it);
    [all...]
gatt_main.cc 138 gatt_cb.hdl_list_info = new std::list<tGATT_HDL_LIST_ELEM>();
177 gatt_cb.hdl_list_info->clear();
178 gatt_cb.hdl_list_info = nullptr;
    [all...]
gatt_int.h 376 std::list<tGATT_HDL_LIST_ELEM>* hdl_list_info; member in struct:__anon106247

Completed in 65 milliseconds