Home
last modified time | relevance | path

Searched refs:set_def_phy (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h303 } set_def_phy; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1103 memcpy(arg.set_def_phy.bd_addr, bd_addr, ESP_BD_ADDR_LEN); in esp_ble_gap_set_preferred_phy()
1104 arg.set_def_phy.all_phys_mask = all_phys_mask; in esp_ble_gap_set_preferred_phy()
1105 arg.set_def_phy.tx_phy_mask = tx_phy_mask; in esp_ble_gap_set_preferred_phy()
1106 arg.set_def_phy.rx_phy_mask = rx_phy_mask; in esp_ble_gap_set_preferred_phy()
1107 arg.set_def_phy.phy_options = phy_options; in esp_ble_gap_set_preferred_phy()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2158 BTA_DmBleGapSetPreferedPHY(arg_5->set_def_phy.bd_addr, in btc_gap_ble_call_handler()
2159 arg_5->set_def_phy.all_phys_mask, in btc_gap_ble_call_handler()
2160 arg_5->set_def_phy.tx_phy_mask, in btc_gap_ble_call_handler()
2161 arg_5->set_def_phy.rx_phy_mask, in btc_gap_ble_call_handler()
2162 arg_5->set_def_phy.phy_options); in btc_gap_ble_call_handler()