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

  /system/bt/stack/gatt/
gatt_api.cc 171 s_hdl = gatt_cb.hdl_cfg.gatt_start_hdl;
173 s_hdl = gatt_cb.hdl_cfg.gap_start_hdl;
179 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
180 s_hdl = gatt_cb.hdl_cfg.app_start_hdl;
360 if ((it->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) &&
    [all...]
gatt_int.h 240 typedef struct hdl_cfg { struct
388 tGATT_HDL_CFG hdl_cfg; member in struct:__anon2214
gatt_main.cc 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...]

Completed in 77 milliseconds