Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dgap_api.h96 #define GAP_NON_CONNECTABLE BTM_NON_CONNECTABLE
Dbtm_api.h178 #define BTM_NON_CONNECTABLE 0 macro
180 #define BTM_CONNECTABLE_MASK (BTM_NON_CONNECTABLE | BTM_CONNECTABLE)
/external/bluetooth/bluedroid/stack/btm/
Dbtm_inq.c638 if (page_mode != BTM_NON_CONNECTABLE && page_mode != BTM_CONNECTABLE) in BTM_SetConnectability()
1542 p_inq->connectable_mode = BTM_NON_CONNECTABLE; in btm_inq_db_reset()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h194 #define BTA_DM_NON_CONN BTM_NON_CONNECTABLE /* Device is not connectable. */
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c439 BTM_SetConnectability(BTM_NON_CONNECTABLE, 0, 0); in bta_dm_disable()