OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:include_device_name_
(Results
1 - 2
of
2
) sorted by null
/system/bt/service/common/bluetooth/
advertise_data.cpp
28
include_device_name_
(false),
33
:
include_device_name_
(false),
39
include_device_name_
(other.
include_device_name_
),
92
if (
include_device_name_
!= rhs.
include_device_name_
)
103
include_device_name_
= other.
include_device_name_
;
advertise_data.h
57
bool include_device_name() const { return
include_device_name_
; }
58
void set_include_device_name(bool value) {
include_device_name_
= value; }
75
bool
include_device_name_
;
member in class:bluetooth::final
Completed in 92 milliseconds