Home
last modified time | relevance | path

Searched refs:hdl_cfg (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c169 s_hdl = gatt_cb.hdl_cfg.gatt_start_hdl; in GATTS_CreateService()
171 s_hdl = gatt_cb.hdl_cfg.gap_start_hdl; in GATTS_CreateService()
179 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl) { in GATTS_CreateService()
181 s_hdl = gatt_cb.hdl_cfg.app_start_hdl; in GATTS_CreateService()
415 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) in GATTS_DeleteService()
Dgatt_main.c141 gatt_cb.hdl_cfg.gatt_start_hdl = GATT_GATT_START_HANDLE; in gatt_init()
142 gatt_cb.hdl_cfg.gap_start_hdl = GATT_GAP_START_HANDLE; in gatt_init()
143 gatt_cb.hdl_cfg.app_start_hdl = GATT_APP_START_HANDLE; in gatt_init()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h311 typedef struct hdl_cfg { struct
540 tGATT_HDL_CFG hdl_cfg; member