Home
last modified time | relevance | path

Searched refs:all_phys (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1135 UINT8 btsnd_hcic_ble_set_prefered_default_phy(UINT8 all_phys, in btsnd_hcic_ble_set_prefered_default_phy() argument
1142 …HCI_TRACE_EVENT("%s, all_phys = %d, tx_phys = %d, rx_phys = %d", __func__, all_phys, tx_phys, rx_p… in btsnd_hcic_ble_set_prefered_default_phy()
1148 UINT8_TO_STREAM(pp, all_phys); in btsnd_hcic_ble_set_prefered_default_phy()
1156 UINT8 all_phys, UINT8 tx_phys, in btsnd_hcic_ble_set_phy() argument
1162 conn_handle, all_phys, tx_phys, rx_phys, phy_options); in btsnd_hcic_ble_set_phy()
1168 UINT8_TO_STREAM(pp, all_phys); in btsnd_hcic_ble_set_phy()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c244 UINT8 all_phys = 0; in BTM_BleSetPreferDefaultPhy() local
249 …if ((err = btsnd_hcic_ble_set_prefered_default_phy(all_phys, tx_phy_mask, rx_phy_mask)) != HCI_SUC… in BTM_BleSetPreferDefaultPhy()
263 tBTM_STATUS BTM_BleSetPreferPhy(BD_ADDR bd_addr, UINT8 all_phys, UINT8 tx_phy_mask, 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/stack/include/stack/
Dhcimsgs.h956 UINT8 btsnd_hcic_ble_set_prefered_default_phy(UINT8 all_phys,
960 UINT8 all_phys, UINT8 tx_phys,
Dbtm_ble_api.h2754 tBTM_STATUS BTM_BleSetPreferPhy(BD_ADDR bd_addr, UINT8 all_phys, UINT8 tx_phy_mask,
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c3028 UINT8 all_phys, in BTA_DmBleGapSetPreferedPHY() argument
3039 p_msg->all_phys = all_phys; in BTA_DmBleGapSetPreferedPHY()
Dbta_dm_act.c5804 BTM_BleSetPreferPhy(p_data->ble_set_per_phy.bd_addr, p_data->ble_set_per_phy.all_phys, in bta_dm_ble_gap_set_prefer_phy()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1017 UINT8 all_phys; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h3061 UINT8 all_phys,