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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 120 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE)
400 return btm_ble_set_connectability( p_cb->connectable_mode);
488 if (p_cb->connectable_mode & BTM_BLE_CONNECTABLE)
883 UINT8 evt_type = (p_cb->connectable_mode == BTM_BLE_NON_CONNECTABLE) ? \
921 if (p_cb->connectable_mode == BTM_BLE_NON_CONNECTABLE)
    [all...]
btm_inq.c 267 if (btm_cb.btm_inq_vars.connectable_mode & BTM_CONNECTABLE_MASK)
631 p_inq->connectable_mode &= (~BTM_BLE_CONNECTABLE_MASK);
632 p_inq->connectable_mode |= (page_mode & BTM_BLE_CONNECTABLE_MASK);
687 p_inq->connectable_mode &= (~BTM_CONNECTABLE_MASK);
688 p_inq->connectable_mode |= page_mode;
718 return (btm_cb.btm_inq_vars.connectable_mode);
    [all...]
btm_ble_int.h 105 UINT16 connectable_mode; member in struct:__anon3063
btm_int.h 280 UINT16 connectable_mode; member in struct:__anon3073
    [all...]
btm_acl.c 351 BTM_TRACE_DEBUG4 ("acl hci_handle=%d is_le_link=%d connectable_mode=0x%0x link_role=%d",
354 btm_cb.ble_ctr_cb.inq_var.connectable_mode,
    [all...]

Completed in 513 milliseconds