Home | History | Annotate | Download | only in gatt

Lines Matching refs:gatt_cb

61         gatt_cb.trace_level = new_level;
63 return(gatt_cb.trace_level);
92 status = gatt_add_an_item_to_list(&gatt_cb.hdl_list_info, p_buf);
116 gatt_cb.cb_info = *p_cb_info;
145 tGATT_HDL_LIST_INFO *p_list_info= &gatt_cb.hdl_list_info;
173 s_hdl= gatt_cb.hdl_cfg.gatt_start_hdl;
177 s_hdl= gatt_cb.hdl_cfg.gap_start_hdl;
188 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
191 s_hdl= gatt_cb.hdl_cfg.app_start_hdl;
221 if (gatt_cb.cb_info.p_nv_save_callback)
222 (*gatt_cb.cb_info.p_nv_save_callback)(TRUE, &p_list->asgn_range);
251 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
397 tGATT_HDL_LIST_INFO *p_list_info= &gatt_cb.hdl_list_info;
424 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
435 GATTS_StopService(gatt_cb.sr_reg[i_sreg].s_hdl);
441 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl)
442 && gatt_cb.cb_info.p_nv_save_callback)
443 (*gatt_cb.cb_info.p_nv_save_callback)(FALSE, &p_list->asgn_range);
506 p_sreg = &gatt_cb.sr_reg[i_sreg];
527 gatt_add_a_srv_to_list(&gatt_cb.srv_list_info, &gatt_cb.srv_list[i_sreg]);
544 GKI_freebuf (GKI_remove_from_queue (&gatt_cb.pending_new_srv_start_q, p_buf));
567 if ( (ii > 0) && (ii < GATT_MAX_SR_PROFILES) && (gatt_cb.sr_reg[ii].in_use) )
569 if (gatt_cb.sr_reg[ii].sdp_handle)
571 SDP_DeleteRecord(gatt_cb.sr_reg[ii].sdp_handle);
573 gatt_remove_a_srv_from_list(&gatt_cb.srv_list_info, &gatt_cb.srv_list[ii]);
574 gatt_cb.srv_list[ii].in_use = FALSE;
575 memset (&gatt_cb.sr_reg[ii], 0, sizeof(tGATT_SR_REG));
1208 for (i_gatt_if = 0, p_reg = gatt_cb.cl_rcb; i_gatt_if < GATT_MAX_APPS; i_gatt_if++, p_reg++)
1217 for (i_gatt_if = 0, p_reg = gatt_cb.cl_rcb; i_gatt_if < GATT_MAX_APPS; i_gatt_if++, p_reg++)
1269 for (ii = 0, p_sreg = gatt_cb.sr_reg; ii < GATT_MAX_SR_PROFILES; ii++, p_sreg++)
1282 for (i=0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++)
1296 for (j = 0, p_clcb= &gatt_cb.clcb[j]; j < GATT_CL_MAX_LCB; j++, p_clcb++)