Searched refs:BTM_CONNECTABLE (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dgap_api.h97 #define GAP_CONNECTABLE BTM_CONNECTABLE
H A Dbtm_api.h179 #define BTM_CONNECTABLE 1 macro
180 #define BTM_CONNECTABLE_MASK (BTM_NON_CONNECTABLE | BTM_CONNECTABLE)
2537 ** Returns BTM_NON_CONNECTABLE or BTM_CONNECTABLE
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c340 btm_status = BTM_SetConnectability(BTM_CONNECTABLE, 0, 0);
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_api.c57 BTM_SetConnectability (BTM_CONNECTABLE, 0, 0);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_devctl.c781 (void) BTM_SetConnectability (BTM_CONNECTABLE, BTM_DEFAULT_CONN_WINDOW, BTM_DEFAULT_CONN_INTERVAL);
2151 if (!BTM_SetConnectability(BTM_CONNECTABLE, BTM_DEFAULT_CONN_WINDOW,
H A Dbtm_inq.c638 if (page_mode != BTM_NON_CONNECTABLE && page_mode != BTM_CONNECTABLE)
657 if (page_mode == BTM_CONNECTABLE)
706 ** Returns BTM_NON_CONNECTABLE or BTM_CONNECTABLE
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h195 #define BTA_DM_CONN BTM_CONNECTABLE /* Device is connectable. */

Completed in 187 milliseconds