Home
last modified time | relevance | path

Searched refs:BTM_BLE_ADV_INT_MIN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h109 #define BTM_BLE_ADV_INT_MIN 0x0008 /* 5ms */ macro
111 #define BTM_BLE_ADV_INT_MIN 0x0020 /* 20ms */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c1476 if (!BTM_BLE_ISVALID_PARAM(adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in BTM_BleSetAdvParams()
1477 !BTM_BLE_ISVALID_PARAM(adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX)) { in BTM_BleSetAdvParams()
1540 if (!BTM_BLE_ISVALID_PARAM(adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in BTM_BleSetAdvParamsAll()
1541 !BTM_BLE_ISVALID_PARAM(adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX)) { in BTM_BleSetAdvParamsAll()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c525 if (!BLE_ISVALID_PARAM(ble_adv_params->adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in btc_ble_start_advertising()
526 … !BLE_ISVALID_PARAM(ble_adv_params->adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX)) { in btc_ble_start_advertising()