Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c196 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl) { in GATTS_CreateService()
198 s_hdl = gatt_cb.hdl_cfg.app_start_hdl; in GATTS_CreateService()
435 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) in GATTS_DeleteService()
Dgatt_main.c146 gatt_cb.hdl_cfg.app_start_hdl = GATT_APP_START_HANDLE; in gatt_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h314 UINT16 app_start_hdl; member