OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_ADV_INST
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_gatt_multi_adv_util.c
76
p_multi_adv_com_data_cb->clntif_map[i] =
INVALID_ADV_INST
;
77
p_multi_adv_com_data_cb->clntif_map[i+1] =
INVALID_ADV_INST
;
112
return
INVALID_ADV_INST
;
129
if (inst_id !=
INVALID_ADV_INST
)
147
if (
INVALID_ADV_INST
== p_multi_adv_data_cb->clntif_map[i + i])
150
if (inst_id !=
INVALID_ADV_INST
)
164
return
INVALID_ADV_INST
;
169
int i=1, ret =
INVALID_ADV_INST
;
174
return
INVALID_ADV_INST
;
196
return
INVALID_ADV_INST
;
[
all
...]
btif_gatt_client.c
[
all
...]
/external/bluetooth/bluedroid/btif/include/
btif_gatt_multi_adv_util.h
29
#define
INVALID_ADV_INST
-1
Completed in 27 milliseconds