Home
last modified time | relevance | path

Searched refs:rx_phy (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c225 tBTM_STATUS BTM_BleReadPhy(BD_ADDR bd_addr, UINT8 *tx_phy, UINT8 *rx_phy) in BTM_BleReadPhy() argument
230 if (!tx_phy || !rx_phy || !p_lcb) { in BTM_BleReadPhy()
820 void btm_read_phy_callback(uint8_t hci_status, uint16_t conn_handle, uint8_t tx_phy, uint8_t rx_phy) in btm_read_phy_callback() argument
834 cb_params.read_phy.rx_phy = rx_phy; in btm_read_phy_callback()
1136 cb_params.phy_update.rx_phy = params->rx_phy; in btm_ble_update_phy_evt()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h814 uint8_t rx_phy; member
1069 UINT8 rx_phy; member
1164 uint8_t rx_phy; member
2570 tBTM_STATUS BTM_BleReadPhy(BD_ADDR bd_addr, UINT8 *tx_phy, UINT8 *rx_phy);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c1113 uint8_t rx_phy; in btu_hcif_hdl_command_complete() local
1117 STREAM_TO_UINT8(rx_phy, p); in btu_hcif_hdl_command_complete()
1118 btm_read_phy_callback(status, conn_handle, tx_phy, rx_phy); in btu_hcif_hdl_command_complete()
2063 STREAM_TO_UINT8(update_phy.rx_phy, p); in btu_ble_phy_update_complete_evt()
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1078 esp_ble_gap_phy_t rx_phy; /*!< rx phy type */ member
1279 esp_ble_gap_phy_t rx_phy; /*!< rx phy type */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c831 param.read_phy.rx_phy = params->read_phy.rx_phy; in btc_ble_5_gap_callback()
955 param.phy_update.rx_phy = params->phy_update.rx_phy; in btc_ble_5_gap_callback()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1080 void btm_read_phy_callback(uint8_t hci_status, uint16_t conn_handle, uint8_t tx_phy, uint8_t rx_phy
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c5517 UINT8 tx_phy = 0, rx_phy = 0; in bta_dm_ble_gap_read_phy() local
5519 BTM_BleReadPhy(p_data->ble_read_phy.bd_addr, &tx_phy, &rx_phy); in bta_dm_ble_gap_read_phy()