Searched refs:all_phys (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1135 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/ |
D | btm_ble_5_gap.c | 244 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/ |
D | hcimsgs.h | 956 UINT8 btsnd_hcic_ble_set_prefered_default_phy(UINT8 all_phys, 960 UINT8 all_phys, UINT8 tx_phys,
|
D | btm_ble_api.h | 2754 tBTM_STATUS BTM_BleSetPreferPhy(BD_ADDR bd_addr, UINT8 all_phys, UINT8 tx_phy_mask,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 3028 UINT8 all_phys, in BTA_DmBleGapSetPreferedPHY() argument 3039 p_msg->all_phys = all_phys; in BTA_DmBleGapSetPreferedPHY()
|
D | bta_dm_act.c | 5804 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/ |
D | bta_dm_int.h | 1017 UINT8 all_phys; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 3061 UINT8 all_phys,
|