Home
last modified time | relevance | path

Searched refs:BTM_GENERAL_DISCOVERABLE (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dgap_api.h88 #define GAP_GENERAL_DISCOVERABLE BTM_GENERAL_DISCOVERABLE
Dbtm_api.h167 #define BTM_GENERAL_DISCOVERABLE 2 macro
168 #define BTM_DISCOVERABLE_MASK (BTM_LIMITED_DISCOVERABLE|BTM_GENERAL_DISCOVERABLE)
169 #define BTM_MAX_DISCOVERABLE BTM_GENERAL_DISCOVERABLE
/external/bluetooth/bluedroid/stack/pan/
Dpan_api.c56 BTM_SetDiscoverability (BTM_GENERAL_DISCOVERABLE, 0, 0); in PAN_Register()
/external/libnfc-nci/src/include/
Dbt_target.h682 #define BTM_DEFAULT_DISC_MODE BTM_GENERAL_DISCOVERABLE
2272 #define SPP_DISCOVERABLE_MODE BTM_GENERAL_DISCOVERABLE
/external/bluetooth/bluedroid/include/
Dbt_target.h878 #define BTM_DEFAULT_DISC_MODE BTM_GENERAL_DISCOVERABLE
2379 #define SPP_DISCOVERABLE_MODE BTM_GENERAL_DISCOVERABLE
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h184 #define BTA_DM_GENERAL_DISC BTM_GENERAL_DISCOVERABLE /* General discoverable. */
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c2158 if (!BTM_SetDiscoverability(BTM_GENERAL_DISCOVERABLE, BTM_DEFAULT_DISC_WINDOW, in BTM_EnableTestMode()