Home
last modified time | relevance | path

Searched refs:BTM_NON_CONNECTABLE (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Dbtm_api.h178 #define BTM_NON_CONNECTABLE 0 macro
180 #define BTM_CONNECTABLE_MASK (BTM_NON_CONNECTABLE | BTM_CONNECTABLE)
/system/bt/stack/btm/
Dbtm_inq.c615 if (page_mode != BTM_NON_CONNECTABLE && page_mode != BTM_CONNECTABLE) in BTM_SetConnectability()
1349 p_inq->connectable_mode = BTM_NON_CONNECTABLE; in btm_inq_db_reset()
/system/bt/bta/include/
Dbta_api.h192 #define BTA_DM_NON_CONN BTM_NON_CONNECTABLE /* Device is not connectable. */
/system/bt/bta/dm/
Dbta_dm_act.c478 BTM_SetConnectability(BTM_NON_CONNECTABLE, 0, 0); in bta_dm_disable()