OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flags_val
(Results
1 - 1
of
1
) sorted by null
/system/bt/stack/btm/
btm_ble_multi_adv.cc
658
uint8_t
flags_val
= BTM_GENERAL_DISCOVERABLE;
variable
660
if (p_inst->duration)
flags_val
= BTM_LIMITED_DISCOVERABLE;
665
flags.push_back(
flags_val
);
[
all
...]
Completed in 64 milliseconds