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

  /external/bluetooth/bluedroid/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;
440 if ( (p_list->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl)
    [all...]
gatt_main.c 120 gatt_cb.hdl_cfg.gatt_start_hdl = GATT_GATT_START_HANDLE;
121 gatt_cb.hdl_cfg.gap_start_hdl = GATT_GAP_START_HANDLE;
122 gatt_cb.hdl_cfg.app_start_hdl = GATT_APP_START_HANDLE;
    [all...]
gatt_int.h 293 typedef struct hdl_cfg struct
492 tGATT_HDL_CFG hdl_cfg; member in struct:__anon3131

Completed in 23 milliseconds