HomeSort by relevance Sort by last modified time
    Searched refs:hdl_cfg (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
gatt_api.c 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;
441 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl)
    [all...]
gatt_main.c 134 gatt_cb.hdl_cfg.gatt_start_hdl = GATT_GATT_START_HANDLE;
135 gatt_cb.hdl_cfg.gap_start_hdl = GATT_GAP_START_HANDLE;
136 gatt_cb.hdl_cfg.app_start_hdl = GATT_APP_START_HANDLE;
    [all...]
gatt_int.h 306 typedef struct hdl_cfg struct
520 tGATT_HDL_CFG hdl_cfg; member in struct:__anon69399

Completed in 156 milliseconds