Searched refs:BTM_BLE_ISVALID_PARAM (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_int_types.h | 119 #define BTM_BLE_ISVALID_PARAM(x, min, max) \ macro
|
D | btm_ble_batchscan.cc | 433 if ((BTM_BLE_ISVALID_PARAM(scan_interval, BTM_BLE_SCAN_INT_MIN, in BTM_BleEnableBatchScan() 435 BTM_BLE_ISVALID_PARAM(scan_window, BTM_BLE_SCAN_WIN_MIN, in BTM_BleEnableBatchScan()
|
D | btm_ble.cc | 529 if (BTM_BLE_ISVALID_PARAM(min_conn_int, BTM_BLE_CONN_INT_MIN, in BTM_BleSetPrefConnParams() 531 BTM_BLE_ISVALID_PARAM(max_conn_int, BTM_BLE_CONN_INT_MIN, in BTM_BleSetPrefConnParams() 533 BTM_BLE_ISVALID_PARAM(supervision_tout, BTM_BLE_CONN_SUP_TOUT_MIN, in BTM_BleSetPrefConnParams()
|
D | btm_ble_gap.cc | 797 if (BTM_BLE_ISVALID_PARAM(scan_interval, BTM_BLE_SCAN_INT_MIN, in BTM_BleSetScanParams() 799 BTM_BLE_ISVALID_PARAM(scan_window, BTM_BLE_SCAN_WIN_MIN, in BTM_BleSetScanParams()
|