Searched refs:update_phy (Results 1 – 1 of 1) sorted by relevance
2123 tBTM_BLE_UPDATE_PHY update_phy = {0}; in btu_ble_phy_update_complete_evt() local2124 STREAM_TO_UINT8(update_phy.status, p); in btu_ble_phy_update_complete_evt()2125 STREAM_TO_UINT16(update_phy.conn_idx, p); in btu_ble_phy_update_complete_evt()2126 STREAM_TO_UINT8(update_phy.tx_phy, p); in btu_ble_phy_update_complete_evt()2127 STREAM_TO_UINT8(update_phy.rx_phy, p); in btu_ble_phy_update_complete_evt()2129 btm_ble_update_phy_evt(&update_phy); in btu_ble_phy_update_complete_evt()