Searched refs:hdl_cfg (Results 1 – 3 of 3) sorted by relevance
188 s_hdl = gatt_cb.hdl_cfg.gatt_start_hdl; in GATTS_AddService()190 s_hdl = gatt_cb.hdl_cfg.gap_start_hdl; in GATTS_AddService()192 s_hdl = gatt_cb.hdl_cfg.gmcs_start_hdl; in GATTS_AddService()194 s_hdl = gatt_cb.hdl_cfg.gtbs_start_hdl; in GATTS_AddService()196 s_hdl = gatt_cb.hdl_cfg.tmas_start_hdl; in GATTS_AddService()202 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl) in GATTS_AddService()203 s_hdl = gatt_cb.hdl_cfg.app_start_hdl; in GATTS_AddService()393 if ((it->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) && in GATTS_DeleteService()
146 gatt_cb.hdl_cfg.gatt_start_hdl = GATT_GATT_START_HANDLE; in gatt_init()147 gatt_cb.hdl_cfg.gap_start_hdl = GATT_GAP_START_HANDLE; in gatt_init()148 gatt_cb.hdl_cfg.gmcs_start_hdl = GATT_GMCS_START_HANDLE; in gatt_init()149 gatt_cb.hdl_cfg.gtbs_start_hdl = GATT_GTBS_START_HANDLE; in gatt_init()150 gatt_cb.hdl_cfg.tmas_start_hdl = GATT_TMAS_START_HANDLE; in gatt_init()151 gatt_cb.hdl_cfg.app_start_hdl = GATT_APP_START_HANDLE; in gatt_init()
264 typedef struct hdl_cfg { struct453 tGATT_HDL_CFG hdl_cfg; member