Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_beacon/
A Dbt_beacon_app_main.c137 uint16_t adv_int_min = DEFAULT_ADVERTISING_INTERVAL_MIN; in app_le_gap_init() local
146 le_adv_set_param(GAP_PARAM_ADV_INTERVAL_MIN, sizeof(adv_int_min), &adv_int_min); in app_le_gap_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_peripheral/
A Dble_app_main.c115 uint16_t adv_int_min = DEFAULT_ADVERTISING_INTERVAL_MIN; in app_le_gap_init() local
142 le_adv_set_param(GAP_PARAM_ADV_INTERVAL_MIN, sizeof(adv_int_min), &adv_int_min); in app_le_gap_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/
A Dbt_config_app_main.c112 uint16_t adv_int_min = DEFAULT_ADVERTISING_INTERVAL_MIN; in bt_config_app_le_gap_init() local
139 le_adv_set_param(GAP_PARAM_ADV_INTERVAL_MIN, sizeof(adv_int_min), &adv_int_min); in bt_config_app_le_gap_init()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c139 const bt_s32_t adv_int_min = in adv_send() local
148 adv_int = MAX(adv_int_min, BT_MESH_TRANSMIT_INT(BT_MESH_ADV(buf)->xmit)); in adv_send()
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dmodbluetooth_btstack.c857 uint16_t adv_int_min = interval_us / 625; in mp_bluetooth_gap_advertise_start() local
866 …gap_advertisements_set_params(adv_int_min, adv_int_max, adv_type, direct_address_type, null_addr, … in mp_bluetooth_gap_advertise_start()

Completed in 10 milliseconds