Home
last modified time | relevance | path

Searched refs:adv_int_min (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c1458 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max, in BTM_BleSetAdvParams() argument
1476 if (!BTM_BLE_ISVALID_PARAM(adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in BTM_BleSetAdvParams()
1481 p_cb->adv_interval_min = adv_int_min; in BTM_BleSetAdvParams()
1525 tBTM_STATUS BTM_BleSetAdvParamsAll(UINT16 adv_int_min, UINT16 adv_int_max, UINT8 adv_type, in BTM_BleSetAdvParamsAll() argument
1540 if (!BTM_BLE_ISVALID_PARAM(adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in BTM_BleSetAdvParamsAll()
1560 p_cb->adv_interval_min = adv_int_min; in BTM_BleSetAdvParamsAll()
1578 if (btsnd_hcic_ble_write_adv_params (adv_int_min, in BTM_BleSetAdvParamsAll()
1622 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max, in BTM_BleReadAdvParams() argument
1632 *adv_int_min = p_cb->adv_interval_min; in BTM_BleReadAdvParams()
2595 UINT16 adv_int_min, adv_int_max; in btm_ble_set_discoverability() local
[all …]
Dbtm_ble_multi_adv.c264 UINT16_TO_STREAM (pp, p_params->adv_int_min); 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1401 void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max, in BTA_DmSetBleAdvParams() argument
1407 APPL_TRACE_API ("BTA_DmSetBleAdvParam: %d, %d\n", adv_int_min, adv_int_max); in BTA_DmSetBleAdvParams()
1415 p_msg->adv_int_min = adv_int_min; in BTA_DmSetBleAdvParams()
1428 void BTA_DmSetBleAdvParamsAll (UINT16 adv_int_min, UINT16 adv_int_max, in BTA_DmSetBleAdvParamsAll() argument
1436 APPL_TRACE_API ("BTA_DmSetBleAdvParamsAll: %d, %d\n", adv_int_min, adv_int_max); in BTA_DmSetBleAdvParamsAll()
1445 p_msg->adv_int_min = adv_int_min; in BTA_DmSetBleAdvParamsAll()
Dbta_dm_act.c5353 BTM_BleSetAdvParams(p_data->ble_set_adv_params.adv_int_min, in bta_dm_ble_set_adv_params()
5373 if (BTM_BleSetAdvParamsAll(p_data->ble_set_adv_params_all.adv_int_min, in bta_dm_ble_set_adv_params_all()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h494 UINT16 adv_int_min; member
1439 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
1455 tBTM_STATUS BTM_BleSetAdvParamsAll(UINT16 adv_int_min, UINT16 adv_int_max, UINT8 adv_type,
1538 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max,
Dhcimsgs.h809 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c146 const int32_t adv_int_min = ((bt_mesh_dev.hci_version >= BLE_MESH_HCI_VERSION_5_0) ? in adv_send() local
161 adv_int = MAX(adv_int_min, in adv_send()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c63 .adv_int_min = 0x100,
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h485 UINT16 adv_int_min; /* minimum adv interval */ member
2445 extern void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max,
2448 extern void BTA_DmSetBleAdvParamsAll (UINT16 adv_int_min, UINT16 adv_int_max,
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h767 UINT16 adv_int_min; member
775 UINT16 adv_int_min; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c114 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max, in btsnd_hcic_ble_write_adv_params() argument
133 UINT16_TO_STREAM (pp, adv_int_min); in btsnd_hcic_ble_write_adv_params()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h404 uint16_t adv_int_min; /*!< Minimum advertising interval for member
/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()
562 BTA_DmSetBleAdvParamsAll(ble_adv_params->adv_int_min, in btc_ble_start_advertising()