OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
441
if ( (p_list->asgn_range.s_handle >= gatt_cb.
hdl_cfg
.app_start_hdl)
[
all
...]
gatt_main.c
129
gatt_cb.
hdl_cfg
.gatt_start_hdl = GATT_GATT_START_HANDLE;
130
gatt_cb.
hdl_cfg
.gap_start_hdl = GATT_GAP_START_HANDLE;
131
gatt_cb.
hdl_cfg
.app_start_hdl = GATT_APP_START_HANDLE;
[
all
...]
gatt_int.h
308
typedef struct
hdl_cfg
struct
522
tGATT_HDL_CFG
hdl_cfg
;
member in struct:__anon5925
Completed in 143 milliseconds