Searched refs:phy_count (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 1011 int phy_count = 0; in BTM_BleSetExtendedScanParams() local 1027 memcpy(&hci_params[phy_count], ¶ms->uncoded_cfg, sizeof(tHCI_EXT_SCAN_PARAMS)); in BTM_BleSetExtendedScanParams() 1028 phy_count++; in BTM_BleSetExtendedScanParams() 1033 memcpy(&hci_params[phy_count], ¶ms->coded_cfg, sizeof(tHCI_EXT_SCAN_PARAMS)); in BTM_BleSetExtendedScanParams() 1034 phy_count++; in BTM_BleSetExtendedScanParams() 1045 …snd_hcic_ble_set_ext_scan_params(params->own_addr_type, params->filter_policy, phy_mask, phy_count, in BTM_BleSetExtendedScanParams()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1512 UINT8 phy_mask, UINT8 phy_count, in btsnd_hcic_ble_set_ext_scan_params() argument 1518 __func__, own_addr_type, filter_policy, phy_mask, phy_count); in btsnd_hcic_ble_set_ext_scan_params() 1519 UINT8 params_size = HCIC_PARAM_SIZE_SET_EXT_SCAN_PARAMS + phy_count*5; in btsnd_hcic_ble_set_ext_scan_params() 1529 for (int i = 0; i < phy_count; i++) { in btsnd_hcic_ble_set_ext_scan_params()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 1012 UINT8 phy_mask, UINT8 phy_count,
|