Home
last modified time | relevance | path

Searched refs:phy_options (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h302 uint16_t phy_options; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1093 esp_ble_gap_prefer_phy_options_t phy_options) in esp_ble_gap_set_preferred_phy() argument
1107 arg.set_def_phy.phy_options = phy_options; in esp_ble_gap_set_preferred_phy()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1157 UINT8 rx_phys, UINT16 phy_options) in btsnd_hcic_ble_set_phy() argument
1162 conn_handle, all_phys, tx_phys, rx_phys, phy_options); in btsnd_hcic_ble_set_phy()
1171 UINT16_TO_STREAM(pp, phy_options); in btsnd_hcic_ble_set_phy()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c264 UINT8 rx_phy_mask, UINT16 phy_options) in BTM_BleSetPreferPhy() argument
280 if (!btsnd_hcic_ble_set_phy(p_lcb->handle, all_phys, tx_phy_mask, rx_phy_mask, phy_options)) { in BTM_BleSetPreferPhy()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c3031 UINT16 phy_options) in BTA_DmBleGapSetPreferedPHY() argument
3042 p_msg->phy_options = phy_options; in BTA_DmBleGapSetPreferedPHY()
Dbta_dm_act.c5803 p_data->ble_set_per_phy.rx_phy_mask, p_data->ble_set_per_phy.phy_options); in bta_dm_ble_gap_set_prefer_phy()
5806 p_data->ble_set_per_phy.phy_options); in bta_dm_ble_gap_set_prefer_phy()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h961 UINT8 rx_phys, UINT16 phy_options);
Dbtm_ble_api.h2755 UINT8 rx_phy_mask, UINT16 phy_options);
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h2294 esp_ble_gap_prefer_phy_options_t phy_options);
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1020 UINT16 phy_options; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h3064 UINT16 phy_options);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2162 arg_5->set_def_phy.phy_options); in btc_gap_ble_call_handler()