Home
last modified time | relevance | path

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

/external/libnfc-nci/src/include/
Dbt_target.h686 #ifndef BTM_DEFAULT_DISC_WINDOW
687 #define BTM_DEFAULT_DISC_WINDOW 0x0012 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h890 #ifndef BTM_DEFAULT_DISC_WINDOW
891 #define BTM_DEFAULT_DISC_WINDOW 0x0012 macro
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c785 …(void) BTM_SetDiscoverability (BTM_DEFAULT_DISC_MODE, BTM_DEFAULT_DISC_WINDOW, BTM_DEFAULT_DISC_IN… in btm_read_hci_buf_size_complete()
2158 if (!BTM_SetDiscoverability(BTM_GENERAL_DISCOVERABLE, BTM_DEFAULT_DISC_WINDOW, in BTM_EnableTestMode()
Dbtm_inq.c210 window = BTM_DEFAULT_DISC_WINDOW; in BTM_SetDiscoverability()