Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c221 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
899 cb_params.read_phy.rx_phy = rx_phy; in btm_read_phy_callback()
1211 cb_params.phy_update.rx_phy = params->rx_phy; in btm_ble_update_phy_evt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h828 uint8_t rx_phy; member
1095 UINT8 rx_phy; member
1202 uint8_t rx_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/
Dbtu_hcif.c1110 uint8_t rx_phy; in btu_hcif_hdl_command_complete() local
1114 STREAM_TO_UINT8(rx_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()
2127 STREAM_TO_UINT8(update_phy.rx_phy, p); in btu_ble_phy_update_complete_evt()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1280 esp_ble_gap_phy_t rx_phy; /*!< rx phy type */ member
1495 esp_ble_gap_phy_t rx_phy; /*!< rx phy type */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c969 param.read_phy.rx_phy = params->read_phy.rx_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/stack/btm/include/
Dbtm_int.h1103 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/
Dbta_dm_act.c5787 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()