Home
last modified time | relevance | path

Searched refs:read_phy (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c227 cb_params.read_phy.status = BTM_ILLEGAL_VALUE; in BTM_BleReadPhy()
228 memcpy(cb_params.read_phy.addr, bd_addr, BD_ADDR_LEN); in BTM_BleReadPhy()
895 memcpy(cb_params.read_phy.addr, p_lcb->remote_bd_addr, BD_ADDR_LEN); in btm_read_phy_callback()
897 cb_params.read_phy.status = status; in btm_read_phy_callback()
898 cb_params.read_phy.tx_phy = tx_phy; in btm_read_phy_callback()
899 cb_params.read_phy.rx_phy = rx_phy; in btm_read_phy_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c966 param.read_phy.status = btc_btm_status_to_esp_status(params->read_phy.status); in btc_ble_5_gap_callback()
967 memcpy(param.read_phy.bda, params->read_phy.addr, BD_ADDR_LEN); in btc_ble_5_gap_callback()
968 param.read_phy.tx_phy = params->read_phy.tx_phy; in btc_ble_5_gap_callback()
969 param.read_phy.rx_phy = params->read_phy.rx_phy; in btc_ble_5_gap_callback()
2149 BTA_DmBleGapReadPHY(arg_5->read_phy.bd_addr); in btc_gap_ble_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h290 } read_phy; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1281 …} read_phy; /*!< Event parameter of ESP_GAP_BLE_READ_PHY_COMPLET… member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h1313 tBTM_BLE_READ_PHY_CMPL read_phy; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1066 memcpy(arg.read_phy.bd_addr, bd_addr, ESP_BD_ADDR_LEN); in esp_ble_gap_read_phy()