Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c1209 cb_params.phy_update.status = params->status; in btm_ble_update_phy_evt()
1210 cb_params.phy_update.tx_phy = params->tx_phy; in btm_ble_update_phy_evt()
1211 cb_params.phy_update.rx_phy = params->rx_phy; in btm_ble_update_phy_evt()
1212 memcpy(cb_params.phy_update.addr, p_lcb->remote_bd_addr, BD_ADDR_LEN); in btm_ble_update_phy_evt()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1108 param.phy_update.status = btc_btm_status_to_esp_status(params->phy_update.status); in btc_ble_5_gap_callback()
1109 memcpy(param.phy_update.bda, params->phy_update.addr, BD_ADDR_LEN); in btc_ble_5_gap_callback()
1110 param.phy_update.tx_phy = params->phy_update.tx_phy; in btc_ble_5_gap_callback()
1111 param.phy_update.rx_phy = params->phy_update.rx_phy; in btc_ble_5_gap_callback()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1496 …} phy_update; /*!< Event parameter of ESP_GAP_BLE_PHY_UPDATE_COMPLETE_EV… member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1336 tBTM_BLE_PHY_UPDATE_CMPL phy_update; member