Searched refs:rx_phy_mask (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 237 esp_ble_gap_phy_mask_t rx_phy_mask; member 244 esp_ble_gap_phy_mask_t rx_phy_mask; member
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 840 esp_ble_gap_phy_mask_t rx_phy_mask) in esp_ble_gap_set_preferred_default_phy() argument 851 arg.set_perf_def_phy.rx_phy_mask = rx_phy_mask; in esp_ble_gap_set_preferred_default_phy() 860 esp_ble_gap_phy_mask_t rx_phy_mask, in esp_ble_gap_set_preferred_phy() argument 874 arg.set_def_phy.rx_phy_mask = rx_phy_mask; in esp_ble_gap_set_preferred_phy()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 238 tBTM_STATUS BTM_BleSetPreferDefaultPhy(UINT8 tx_phy_mask, UINT8 rx_phy_mask) in BTM_BleSetPreferDefaultPhy() argument 245 …if ((err = btsnd_hcic_ble_set_prefered_default_phy(all_phys, tx_phy_mask, rx_phy_mask)) != HCI_SUC… in BTM_BleSetPreferDefaultPhy() 260 UINT8 rx_phy_mask, UINT16 phy_options) in BTM_BleSetPreferPhy() argument 276 if (!btsnd_hcic_ble_set_phy(p_lcb->handle, all_phys, tx_phy_mask, rx_phy_mask, phy_options)) { in BTM_BleSetPreferPhy()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 2770 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask) in BTA_DmBleGapSetPreferedDefaultPHY() argument 2778 p_msg->rx_phy_mask = rx_phy_mask; in BTA_DmBleGapSetPreferedDefaultPHY() 2790 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask, in BTA_DmBleGapSetPreferedPHY() argument 2801 p_msg->rx_phy_mask = rx_phy_mask; in BTA_DmBleGapSetPreferedPHY()
|
D | bta_dm_act.c | 5648 …= %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() 5649 …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() 5656 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() 5658 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-3.7.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1910 …_set_preferred_default_phy(esp_ble_gap_phy_mask_t tx_phy_mask, esp_ble_gap_phy_mask_t rx_phy_mask); 1929 esp_ble_gap_phy_mask_t rx_phy_mask,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 906 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask; member 914 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask; member
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_ble_api.h | 2615 tBTM_STATUS BTM_BleSetPreferDefaultPhy(UINT8 tx_phy_mask, UINT8 rx_phy_mask); 2618 UINT8 rx_phy_mask, UINT16 phy_options);
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 2956 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask); 2961 tBTA_DM_BLE_GAP_PHY_MASK rx_phy_mask,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1777 arg_5->set_perf_def_phy.rx_phy_mask); in btc_gap_ble_call_handler() 1784 arg_5->set_def_phy.rx_phy_mask, in btc_gap_ble_call_handler()
|