HomeSort by relevance Sort by last modified time
    Searched refs:BTA_DM_IGNORE (Results 1 - 3 of 3) 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))
610 if ((p_data->set_visibility.disc_mode & BTA_DM_IGNORE) == BTA_DM_IGNORE)
612 ((p_data->set_visibility.disc_mode & ~BTA_DM_IGNORE) | disc_mode);
619 if (p_data->set_visibility.conn_mode != (BTA_DM_IGNORE | BTA_DM_LE_IGNORE))
626 if ((p_data->set_visibility.conn_mode & BTA_DM_IGNORE) == BTA_DM_IGNORE)
628 ((p_data->set_visibility.conn_mode & ~BTA_DM_IGNORE) | conn_mode);
636 if (p_data->set_visibility.pair_mode != BTA_DM_IGNORE )
647 if (p_data->set_visibility.conn_paired_only != BTA_DM_IGNORE)
    [all...]
  /system/bt/btif/src/
btif_core.c     [all...]
  /system/bt/bta/include/
bta_api.h 172 #define BTA_DM_IGNORE 0x00FF
    [all...]

Completed in 43 milliseconds