Home | History | Annotate | Download | only in gatt

Lines Matching refs:gatt_cb

58   if (new_level != 0xFF) gatt_cb.trace_level = new_level;
60 return (gatt_cb.trace_level);
68 auto lst_ptr = gatt_cb.hdl_list_info;
115 gatt_cb.cb_info = *p_cb_info;
200 gatt_cb.last_primary_s_handle = 0;
202 for (tGATT_SRV_LIST_ELEM& el : *gatt_cb.srv_list_info)
203 if (el.is_primary) gatt_cb.last_primary_s_handle = el.s_hdl;
245 s_hdl = gatt_cb.hdl_cfg.gatt_start_hdl;
248 s_hdl = gatt_cb.hdl_cfg.gap_start_hdl;
250 if (!gatt_cb.hdl_list_info->empty()) {
251 s_hdl = gatt_cb.hdl_list_info->front().asgn_range.e_handle + 1;
254 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
255 s_hdl = gatt_cb.hdl_cfg.app_start_hdl;
275 if (gatt_cb.cb_info.p_nv_save_callback)
276 (*gatt_cb.cb_info.p_nv_save_callback)(true, &list.asgn_range);
345 auto lst_ptr = gatt_cb.srv_list_info;
383 for (auto& info : *gatt_cb.srv_list_info) {
424 if (it == gatt_cb.hdl_list_info->end()) {
438 if ((it->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) &&
439 gatt_cb.cb_info.p_nv_save_callback)
440 (*gatt_cb.cb_info.p_nv_save_callback)(false, &it->asgn_range);
442 gatt_cb.hdl_list_info->erase(it);
461 if (it == gatt_cb.srv_list_info->end()) {
470 gatt_cb.srv_list_info->erase(it);
1136 for (i_gatt_if = 0, p_reg = gatt_cb.cl_rcb; i_gatt_if < GATT_MAX_APPS;
1146 for (i_gatt_if = 0, p_reg = gatt_cb.cl_rcb; i_gatt_if < GATT_MAX_APPS;
1192 for (auto& el : *gatt_cb.srv_list_info) {
1205 for (i = 0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++) {
1212 for (j = 0, p_clcb = &gatt_cb.clcb[j]; j < GATT_CL_MAX_LCB;