Home
last modified time | relevance | path

Searched refs:channel_map (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_multi_adv.c285 if (p_params->channel_map == 0 || p_params->channel_map > BTM_BLE_DEFAULT_ADV_CHNL_MAP) { in btm_ble_multi_adv_set_params()
286 p_params->channel_map = BTM_BLE_DEFAULT_ADV_CHNL_MAP; in btm_ble_multi_adv_set_params()
288 UINT8_TO_STREAM (pp, p_params->channel_map); in btm_ble_multi_adv_set_params()
303 … p_params->channel_map, p_params->adv_filter_policy, p_inst->inst_id, p_params->tx_power); in btm_ble_multi_adv_set_params()
Dbtm_ble_5_gap.c401 … params->channel_map, params->own_addr_type, params->peer_addr_type, in BTM_BleSetExtendedAdvParams()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_hci.h108 uint8_t channel_map; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c320 tBTM_BLE_ADV_CHNL_MAP channel_map = 0U; in bt_le_adv_start() local
370 channel_map = BLE_MESH_ADV_CHNL_37 | BLE_MESH_ADV_CHNL_38 | BLE_MESH_ADV_CHNL_39; in bt_le_adv_start()
393 channel_map, adv_fil_pol, p_start_adv_cb)); in bt_le_adv_start()
412 tBTM_BLE_ADV_CHNL_MAP channel_map = 0U; in bt_mesh_ble_adv_start() local
430 channel_map = BLE_MESH_ADV_CHNL_37 | BLE_MESH_ADV_CHNL_38 | BLE_MESH_ADV_CHNL_39; in bt_mesh_ble_adv_start()
444 channel_map, adv_fil_pol, NULL)); in bt_mesh_ble_adv_start()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c117 UINT8 channel_map, UINT8 adv_filter_policy) in btsnd_hcic_ble_write_adv_params() argument
139 UINT8_TO_STREAM (pp, channel_map); in btsnd_hcic_ble_write_adv_params()
1240 … UINT32 interval_max, UINT8 channel_map, UINT8 own_addr_type, in btsnd_hcic_ble_set_ext_adv_params() argument
1255 channel_map, own_addr_type, peer_addr_type, adv_filter_policy, adv_tx_power, in btsnd_hcic_ble_set_ext_adv_params()
1267 UINT8_TO_STREAM(pp, channel_map); in btsnd_hcic_ble_set_ext_adv_params()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h812 UINT8 channel_map, UINT8 adv_filter_policy);
973 … UINT32 interval_max, UINT8 channel_map, UINT8 own_addr_type,
Dbtm_ble_api.h497 tBTM_BLE_ADV_CHNL_MAP channel_map; member
770 tBTM_BLE_ADV_CHNL_MAP channel_map; member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c69 .channel_map = ADV_CHNL_ALL,
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h416 esp_ble_adv_channel_t channel_map; /*!< Advertising channel map */ member
896 esp_ble_adv_channel_t channel_map; /*!< ext adv channel map */ member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c543 …if((ble_adv_params->channel_map | ADV_CHNL_ALL) != ADV_CHNL_ALL || ble_adv_params->channel_map == … in btc_ble_start_advertising()
566 ble_adv_params->channel_map, in btc_ble_start_advertising()
2172 params.channel_map = arg_5->ext_adv_set_params.params.channel_map; in btc_gap_ble_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h488 tBTA_BLE_ADV_CHNL_MAP channel_map; /* adv channel map */ member
1537 tBTA_BLE_ADV_CHNL_MAP channel_map; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c1147 …rams->interval_min <= params->interval_max) && (params->channel_map > 0) && (params->channel_map <… in esp_ble_gap_ext_adv_set_params()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h779 tBTM_BLE_ADV_CHNL_MAP channel_map; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c933 adv_params.channel_map = BLE_MESH_ADV_CHNL_37 | BLE_MESH_ADV_CHNL_38 | BLE_MESH_ADV_CHNL_39; in bt_mesh_ble_adv_start()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c1449 p_msg->channel_map = chnl_map; in BTA_DmSetBleAdvParamsAll()
Dbta_dm_act.c5378 p_data->ble_set_adv_params_all.channel_map, in bta_dm_ble_set_adv_params_all()