Home
last modified time | relevance | path

Searched refs:rx_phy_mask (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h294 esp_ble_gap_phy_mask_t rx_phy_mask; member
301 esp_ble_gap_phy_mask_t rx_phy_mask; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1072 esp_ble_gap_phy_mask_t rx_phy_mask) in esp_ble_gap_set_preferred_default_phy() argument
1083 arg.set_perf_def_phy.rx_phy_mask = rx_phy_mask; in esp_ble_gap_set_preferred_default_phy()
1092 esp_ble_gap_phy_mask_t rx_phy_mask, in esp_ble_gap_set_preferred_phy() argument
1106 arg.set_def_phy.rx_phy_mask = rx_phy_mask; in esp_ble_gap_set_preferred_phy()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c242 tBTM_STATUS BTM_BleSetPreferDefaultPhy(UINT8 tx_phy_mask, UINT8 rx_phy_mask) in BTM_BleSetPreferDefaultPhy() argument
249 …if ((err = btsnd_hcic_ble_set_prefered_default_phy(all_phys, tx_phy_mask, rx_phy_mask)) != HCI_SUC… in BTM_BleSetPreferDefaultPhy()
264 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.c3010 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask) in BTA_DmBleGapSetPreferedDefaultPHY() argument
3018 p_msg->rx_phy_mask = rx_phy_mask; in BTA_DmBleGapSetPreferedDefaultPHY()
3030 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask, in BTA_DmBleGapSetPreferedPHY() argument
3041 p_msg->rx_phy_mask = rx_phy_mask; in BTA_DmBleGapSetPreferedPHY()
Dbta_dm_act.c5795 …= %d", __func__, p_data->ble_set_per_def_phy.tx_phy_mask, p_data->ble_set_per_def_phy.rx_phy_mask); in bta_dm_ble_gap_set_prefer_default_phy()
5796 …PreferDefaultPhy(p_data->ble_set_per_def_phy.tx_phy_mask, p_data->ble_set_per_def_phy.rx_phy_mask); in bta_dm_ble_gap_set_prefer_default_phy()
5803 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()
5805 p_data->ble_set_per_phy.tx_phy_mask, p_data->ble_set_per_phy.rx_phy_mask, in bta_dm_ble_gap_set_prefer_phy()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h2274 …_set_preferred_default_phy(esp_ble_gap_phy_mask_t tx_phy_mask, esp_ble_gap_phy_mask_t rx_phy_mask);
2293 esp_ble_gap_phy_mask_t rx_phy_mask,
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h2752 tBTM_STATUS BTM_BleSetPreferDefaultPhy(UINT8 tx_phy_mask, UINT8 rx_phy_mask);
2755 UINT8 rx_phy_mask, UINT16 phy_options);
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1011 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask; member
1019 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h3058 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask);
3063 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask,
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c2154 arg_5->set_perf_def_phy.rx_phy_mask); in btc_gap_ble_call_handler()
2161 arg_5->set_def_phy.rx_phy_mask, in btc_gap_ble_call_handler()