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

  /system/bt/stack/btm/
btm_ble_batchscan.cc 431 if ((BTM_BLE_ISVALID_PARAM(scan_interval, BTM_BLE_SCAN_INT_MIN,
433 BTM_BLE_ISVALID_PARAM(scan_window, BTM_BLE_SCAN_WIN_MIN,
btm_ble_int_types.h 124 #define BTM_BLE_ISVALID_PARAM(x, min, max) \
btm_ble.cc 500 if (BTM_BLE_ISVALID_PARAM(scan_interval, BTM_BLE_SCAN_INT_MIN,
502 BTM_BLE_ISVALID_PARAM(scan_window, BTM_BLE_SCAN_WIN_MIN,
549 if (BTM_BLE_ISVALID_PARAM(min_conn_int, BTM_BLE_CONN_INT_MIN,
551 BTM_BLE_ISVALID_PARAM(max_conn_int, BTM_BLE_CONN_INT_MIN,
553 BTM_BLE_ISVALID_PARAM(supervision_tout, BTM_BLE_CONN_SUP_TOUT_MIN,
    [all...]
btm_ble_gap.cc     [all...]

Completed in 43 milliseconds