Home
last modified time | relevance | path

Searched refs:BTM_NON_DISCOVERABLE (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dgap_api.h86 #define GAP_NON_DISCOVERABLE BTM_NON_DISCOVERABLE
Dbtm_api.h165 #define BTM_NON_DISCOVERABLE 0 macro
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c220 if (inq_mode != BTM_NON_DISCOVERABLE) in BTM_SetDiscoverability()
234 if (inq_mode != BTM_NON_DISCOVERABLE) in BTM_SetDiscoverability()
1541 p_inq->discoverable_mode = BTM_NON_DISCOVERABLE; in btm_inq_db_reset()
Dbtm_sec.c2500 if (btm_cb.btm_inq_vars.discoverable_mode == BTM_NON_DISCOVERABLE) in btm_sec_conn_req()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h183 #define BTA_DM_NON_DISC BTM_NON_DISCOVERABLE /* Device is not discoverable. */
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c462 BTM_SetDiscoverability(BTM_NON_DISCOVERABLE, 0, 0); in bta_dm_disable()