HomeSort by relevance Sort by last modified time
    Searched refs:BTM_CONNECTABLE (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/stack/include/
gap_api.h 97 #define GAP_CONNECTABLE BTM_CONNECTABLE
    [all...]
btm_api.h 165 #define BTM_CONNECTABLE 1
166 #define BTM_CONNECTABLE_MASK (BTM_NON_CONNECTABLE | BTM_CONNECTABLE)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 339 btm_status = BTM_SetConnectability(BTM_CONNECTABLE, 0, 0);
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 56 BTM_SetConnectability (BTM_CONNECTABLE, 0, 0);
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 765 (void) BTM_SetConnectability (BTM_CONNECTABLE, BTM_DEFAULT_CONN_WINDOW, BTM_DEFAULT_CONN_INTERVAL);
    [all...]
btm_inq.c 638 if (page_mode != BTM_NON_CONNECTABLE && page_mode != BTM_CONNECTABLE)
657 if (page_mode == BTM_CONNECTABLE)
706 ** Returns BTM_NON_CONNECTABLE or BTM_CONNECTABLE
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 194 #define BTA_DM_CONN BTM_CONNECTABLE /* Device is connectable. */
    [all...]

Completed in 52 milliseconds