Searched refs:lst_ptr (Results 1 – 1 of 1) sorted by relevance
45 auto lst_ptr = gatt_cb.hdl_list_info; in gatt_add_an_item_to_list() local46 auto it = lst_ptr->begin(); in gatt_add_an_item_to_list()47 for (; it != lst_ptr->end(); it++) { in gatt_add_an_item_to_list()51 auto rit = lst_ptr->emplace(it); in gatt_add_an_item_to_list()269 auto lst_ptr = gatt_cb.srv_list_info; in GATTS_AddService() local270 auto it = lst_ptr->begin(); in GATTS_AddService()271 for (; it != lst_ptr->end(); it++) { in GATTS_AddService()274 auto rit = lst_ptr->emplace(it); in GATTS_AddService()