Searched refs:tx_phy (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 221 tBTM_STATUS BTM_BleReadPhy(BD_ADDR bd_addr, UINT8 *tx_phy, UINT8 *rx_phy) in BTM_BleReadPhy() argument 226 if (!tx_phy || !rx_phy || !p_lcb) { in BTM_BleReadPhy() 885 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 898 cb_params.read_phy.tx_phy = tx_phy; in btm_read_phy_callback() 1210 cb_params.phy_update.tx_phy = params->tx_phy; in btm_ble_update_phy_evt()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 827 uint8_t tx_phy; member 1094 UINT8 tx_phy; member 1201 uint8_t tx_phy; member 2750 tBTM_STATUS BTM_BleReadPhy(BD_ADDR bd_addr, UINT8 *tx_phy, UINT8 *rx_phy);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_hcif.c | 1109 uint8_t tx_phy; in btu_hcif_hdl_command_complete() local 1113 STREAM_TO_UINT8(tx_phy, p); in btu_hcif_hdl_command_complete() 1115 btm_read_phy_callback(status, conn_handle, tx_phy, rx_phy); in btu_hcif_hdl_command_complete() 2126 STREAM_TO_UINT8(update_phy.tx_phy, p); in btu_ble_phy_update_complete_evt()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1279 esp_ble_gap_phy_t tx_phy; /*!< tx phy type */ member 1494 esp_ble_gap_phy_t tx_phy; /*!< tx phy type */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 968 param.read_phy.tx_phy = params->read_phy.tx_phy; in btc_ble_5_gap_callback() 1110 param.phy_update.tx_phy = params->phy_update.tx_phy; in btc_ble_5_gap_callback()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/ |
D | btm_int.h | 1103 void btm_read_phy_callback(uint8_t hci_status, uint16_t conn_handle, uint8_t tx_phy, uint8_t rx_phy…
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 5787 UINT8 tx_phy = 0, rx_phy = 0; in bta_dm_ble_gap_read_phy() local 5789 BTM_BleReadPhy(p_data->ble_read_phy.bd_addr, &tx_phy, &rx_phy); in bta_dm_ble_gap_read_phy()
|