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.cc 245 s_hdl = gatt_cb.hdl_cfg.gatt_start_hdl;
248 s_hdl = gatt_cb.hdl_cfg.gap_start_hdl;
254 if (s_hdl < gatt_cb.hdl_cfg.app_start_hdl)
255 s_hdl = gatt_cb.hdl_cfg.app_start_hdl;
438 if ((it->asgn_range.s_handle >= gatt_cb.hdl_cfg.app_start_hdl) &&
    [all...]
gatt_int.h 237 typedef struct hdl_cfg { struct
400 tGATT_HDL_CFG hdl_cfg; member in struct:__anon106247
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 141 milliseconds