/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_multi_adv.c | 285 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()
|
D | btm_ble_5_gap.c | 401 … 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/ |
D | mesh_hci.h | 108 uint8_t channel_map; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 320 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/ |
D | hciblecmds.c | 117 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/ |
D | hcimsgs.h | 812 UINT8 channel_map, UINT8 adv_filter_policy); 973 … UINT32 interval_max, UINT8 channel_map, UINT8 own_addr_type,
|
D | btm_ble_api.h | 497 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/ |
D | esp_blufi.c | 69 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 416 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/ |
D | btc_gap_ble.c | 543 …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/ |
D | bta_api.h | 488 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/ |
D | esp_gap_ble_api.c | 1147 …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/ |
D | bta_dm_int.h | 779 tBTM_BLE_ADV_CHNL_MAP channel_map; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 933 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/ |
D | bta_dm_api.c | 1449 p_msg->channel_map = chnl_map; in BTA_DmSetBleAdvParamsAll()
|
D | bta_dm_act.c | 5378 p_data->ble_set_adv_params_all.channel_map, in bta_dm_ble_set_adv_params_all()
|