OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_DM_LE_IGNORE
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/dm/
bta_dm_act.c
603
if (p_data->set_visibility.disc_mode != (BTA_DM_IGNORE |
BTA_DM_LE_IGNORE
))
606
if ((p_data->set_visibility.disc_mode &
BTA_DM_LE_IGNORE
) ==
BTA_DM_LE_IGNORE
)
608
((p_data->set_visibility.disc_mode & ~
BTA_DM_LE_IGNORE
) | le_disc_mode);
619
if (p_data->set_visibility.conn_mode != (BTA_DM_IGNORE |
BTA_DM_LE_IGNORE
))
622
if ((p_data->set_visibility.conn_mode &
BTA_DM_LE_IGNORE
) ==
BTA_DM_LE_IGNORE
)
624
((p_data->set_visibility.conn_mode & ~
BTA_DM_LE_IGNORE
) | le_conn_mode);
[
all
...]
/system/bt/bta/include/
bta_api.h
175
#define
BTA_DM_LE_IGNORE
0xFF00
[
all
...]
Completed in 37 milliseconds