Home
last modified time | relevance | path

Searched refs:adv_int_max (Results 1 – 14 of 14) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c1418 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max, in BTM_BleSetAdvParams() argument
1437 !BTM_BLE_ISVALID_PARAM(adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX)) { in BTM_BleSetAdvParams()
1442 p_cb->adv_interval_max = adv_int_max; in BTM_BleSetAdvParams()
1485 tBTM_STATUS BTM_BleSetAdvParamsAll(UINT16 adv_int_min, UINT16 adv_int_max, UINT8 adv_type, in BTM_BleSetAdvParamsAll() argument
1501 !BTM_BLE_ISVALID_PARAM(adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX)) { in BTM_BleSetAdvParamsAll()
1521 p_cb->adv_interval_max = adv_int_max; in BTM_BleSetAdvParamsAll()
1537 adv_int_max, in BTM_BleSetAdvParamsAll()
1580 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max, in BTM_BleReadAdvParams() argument
1591 *adv_int_max = p_cb->adv_interval_max; in BTM_BleReadAdvParams()
2544 UINT16 adv_int_min, adv_int_max; in btm_ble_set_discoverability() local
[all …]
Dbtm_ble_multi_adv.c265 UINT16_TO_STREAM (pp, p_params->adv_int_max); in btm_ble_multi_adv_set_params()
280 p_params->adv_int_min, p_params->adv_int_max, p_params->adv_type); in btm_ble_multi_adv_set_params()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1244 void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max, in BTA_DmSetBleAdvParams() argument
1250 APPL_TRACE_API ("BTA_DmSetBleAdvParam: %d, %d\n", adv_int_min, adv_int_max); in BTA_DmSetBleAdvParams()
1259 p_msg->adv_int_max = adv_int_max; in BTA_DmSetBleAdvParams()
1271 void BTA_DmSetBleAdvParamsAll (UINT16 adv_int_min, UINT16 adv_int_max, in BTA_DmSetBleAdvParamsAll() argument
1279 APPL_TRACE_API ("BTA_DmSetBleAdvParamsAll: %d, %d\n", adv_int_min, adv_int_max); in BTA_DmSetBleAdvParamsAll()
1289 p_msg->adv_int_max = adv_int_max; in BTA_DmSetBleAdvParamsAll()
Dbta_dm_act.c5171 p_data->ble_set_adv_params.adv_int_max, in bta_dm_ble_set_adv_params()
5191 p_data->ble_set_adv_params_all.adv_int_max, in bta_dm_ble_set_adv_params_all()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h490 UINT16 adv_int_max; member
1364 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
1380 tBTM_STATUS BTM_BleSetAdvParamsAll(UINT16 adv_int_min, UINT16 adv_int_max, UINT8 adv_type,
1463 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max,
Dhcimsgs.h749 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
/device/soc/winnermicro/wm800/board/include/bt/
Dwm_bt_def.h868 uint16_t adv_int_max; /* maximum adv interval */ member
874 uint16_t adv_int_max; /* maximum adv interval */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h467 UINT16 adv_int_max; /* maximum adv interval */ member
2288 extern void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max,
2291 extern void BTA_DmSetBleAdvParamsAll (UINT16 adv_int_min, UINT16 adv_int_max,
/device/soc/esp/esp32/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c64 .adv_int_max = 0x100,
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h693 UINT16 adv_int_max; member
701 UINT16 adv_int_max; member
/device/soc/winnermicro/wm800/board/src/app/wm_atcmd/
Dwm_cmdp_hostif_gcc.h329 u32 adv_int_max; member
948 u32 adv_int_max; member
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h349 uint16_t adv_int_max; /*!< Maximum advertising interval for member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c115 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max, in btsnd_hcic_ble_write_adv_params() argument
135 UINT16_TO_STREAM (pp, adv_int_max); in btsnd_hcic_ble_write_adv_params()
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c472 … !BLE_ISVALID_PARAM(ble_adv_params->adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX)) { in btc_ble_start_advertising()
509 ble_adv_params->adv_int_max, in btc_ble_start_advertising()