/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/multi-adv/main/ |
D | multi_adv_demo.c | 61 .channel_map = ADV_CHNL_ALL, 75 .channel_map = ADV_CHNL_ALL, 89 .channel_map = ADV_CHNL_ALL, 103 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/hci/hci_common_component/ |
D | bt_hci_common.c | 59 uint8_t channel_map, uint8_t adv_filter_policy) in make_cmd_ble_set_adv_param() argument 71 UINT8_TO_STREAM (buf, channel_map); in make_cmd_ble_set_adv_param()
|
/hal_espressif-2.7.6/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()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_hci.h | 108 uint8_t channel_map; member
|
/hal_espressif-2.7.6/examples/bluetooth/hci/hci_common_component/include/ |
D | bt_hci_common.h | 101 uint8_t channel_map, uint8_t adv_filter_policy);
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/ |
D | ibeacon_demo.c | 59 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/ |
D | periodic_adv_demo.c | 62 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | ble_hidd_demo_main.c | 89 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/ |
D | ble_unit.c | 38 .channel_map = ADV_CHNL_ALL,
|
D | sync.c | 64 .channel_map = ADV_CHNL_ALL, in send_adv()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 315 tBTM_BLE_ADV_CHNL_MAP channel_map = 0U; in bt_le_adv_start() local 364 channel_map = BLE_MESH_ADV_CHNL_37 | BLE_MESH_ADV_CHNL_38 | BLE_MESH_ADV_CHNL_39; in bt_le_adv_start() 372 channel_map, adv_fil_pol, p_start_adv_cb)); in bt_le_adv_start() 391 tBTM_BLE_ADV_CHNL_MAP channel_map = 0U; in bt_mesh_ble_adv_start() local 409 channel_map = BLE_MESH_ADV_CHNL_37 | BLE_MESH_ADV_CHNL_38 | BLE_MESH_ADV_CHNL_39; in bt_mesh_ble_adv_start() 423 channel_map, adv_fil_pol, NULL)); in bt_mesh_ble_adv_start()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 118 UINT8 channel_map, UINT8 adv_filter_policy) in btsnd_hcic_ble_write_adv_params() argument 140 UINT8_TO_STREAM (pp, channel_map); in btsnd_hcic_ble_write_adv_params() 1208 … UINT32 interval_max, UINT8 channel_map, UINT8 own_addr_type, in btsnd_hcic_ble_set_ext_adv_params() argument 1223 channel_map, own_addr_type, peer_addr_type, adv_filter_policy, adv_tx_power, in btsnd_hcic_ble_set_ext_adv_params() 1235 UINT8_TO_STREAM(pp, channel_map); in btsnd_hcic_ble_set_ext_adv_params()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 357 esp_ble_adv_channel_t channel_map; /*!< Advertising channel map */ member 775 esp_ble_adv_channel_t channel_map; /*!< ext adv channel map */ member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 752 UINT8 channel_map, UINT8 adv_filter_policy); 906 … UINT32 interval_max, UINT8 channel_map, UINT8 own_addr_type,
|
D | btm_ble_api.h | 488 tBTM_BLE_ADV_CHNL_MAP channel_map; member 760 tBTM_BLE_ADV_CHNL_MAP channel_map; member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 489 …if((ble_adv_params->channel_map | ADV_CHNL_ALL) != ADV_CHNL_ALL || ble_adv_params->channel_map == … in btc_ble_start_advertising() 512 ble_adv_params->channel_map, in btc_ble_start_advertising() 1665 params.channel_map = arg_5->ext_adv_set_params.params.channel_map; in btc_gap_ble_call_handler()
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/blufi/main/ |
D | blufi_example_main.c | 70 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 76 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 52 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/ |
D | gatts_table_creat_demo.c | 131 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 104 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 139 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_spp_server/main/ |
D | ble_spp_server_demo.c | 79 .channel_map = ADV_CHNL_ALL,
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 469 tBTA_BLE_ADV_CHNL_MAP channel_map; /* adv channel map */ member 1464 tBTA_BLE_ADV_CHNL_MAP channel_map; member
|
/hal_espressif-2.7.6/components/protocomm/src/transports/ |
D | protocomm_ble.c | 76 .channel_map = ADV_CHNL_ALL,
|