Home
last modified time | relevance | path

Searched refs:int_range (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c153 bta_adv_data->int_range.low = p_adv_data->min_interval; in btc_to_bta_adv_data()
154 bta_adv_data->int_range.hi = p_adv_data->max_interval; in btc_to_bta_adv_data()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h458 tBTM_BLE_INT_RANGE int_range; /* slave prefered conn interval range */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h398 tBTA_BLE_INT_RANGE int_range; /* slave prefered conn interval range */ member
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2378 UINT16_TO_STREAM(p, p_data->int_range.low); in btm_ble_build_adv_data()
2379 UINT16_TO_STREAM(p, p_data->int_range.hi); in btm_ble_build_adv_data()