Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dgap_api.h97 #define GAP_CONNECTABLE BTM_CONNECTABLE
Dbtm_api.h179 #define BTM_CONNECTABLE 1 macro
180 #define BTM_CONNECTABLE_MASK (BTM_NON_CONNECTABLE | BTM_CONNECTABLE)
/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c339 btm_status = BTM_SetConnectability(BTM_CONNECTABLE, 0, 0); in GAP_SetPairableMode()
/external/bluetooth/bluedroid/stack/pan/
Dpan_api.c56 BTM_SetConnectability (BTM_CONNECTABLE, 0, 0); in PAN_Register()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c760 …(void) BTM_SetConnectability (BTM_CONNECTABLE, BTM_DEFAULT_CONN_WINDOW, BTM_DEFAULT_CONN_INTERVAL); in btm_read_hci_buf_size_complete()
2089 if (!BTM_SetConnectability(BTM_CONNECTABLE, BTM_DEFAULT_CONN_WINDOW, in BTM_EnableTestMode()
Dbtm_inq.c638 if (page_mode != BTM_NON_CONNECTABLE && page_mode != BTM_CONNECTABLE) in BTM_SetConnectability()
657 if (page_mode == BTM_CONNECTABLE) in BTM_SetConnectability()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h195 #define BTA_DM_CONN BTM_CONNECTABLE /* Device is connectable. */