/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/sys/ |
D | bta_sys_conn.c | 394 void bta_sys_set_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr) in bta_sys_set_policy() argument 397 bta_sys_cb.p_policy_cb(BTA_SYS_PLCY_SET, id, policy, peer_addr); in bta_sys_set_policy() 411 void bta_sys_clear_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr) in bta_sys_clear_policy() argument 414 bta_sys_cb.p_policy_cb(BTA_SYS_PLCY_CLR, id, policy, peer_addr); in bta_sys_clear_policy() 428 void bta_sys_set_default_policy (UINT8 id, UINT8 policy) in bta_sys_set_default_policy() argument 431 bta_sys_cb.p_policy_cb(BTA_SYS_PLCY_DEF_SET, id, policy, NULL); in bta_sys_set_default_policy() 445 void bta_sys_clear_default_policy (UINT8 id, UINT8 policy) in bta_sys_clear_default_policy() argument 448 bta_sys_cb.p_policy_cb(BTA_SYS_PLCY_DEF_CLR, id, policy, NULL); in bta_sys_clear_default_policy()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_sys.h | 274 extern void bta_sys_set_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr); 275 extern void bta_sys_clear_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr); 276 extern void bta_sys_set_default_policy (UINT8 id, UINT8 policy); 277 extern void bta_sys_clear_default_policy (UINT8 id, UINT8 policy);
|
/hal_espressif-3.4.0/ |
D | SUPPORT_POLICY.md | 1 The latest support policy for ESP-IDF can be found at [https://github.com/espressif/esp-idf/blob/ma… 35 policy to not continue fixing bugs in End of Life releases. 69 policy. The support period for each release will be announced when the release 72 For releases made before the current support period policy was announced, the 82 * September 2019. This policy split ESP-IDF releases into Standard and Long Term
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 1951 UINT8 policy = HCI_ENABLE_SNIFF_MODE; in bta_av_do_start() local 1965 policy |= HCI_ENABLE_MASTER_SLAVE_SWITCH; in bta_av_do_start() 1968 bta_sys_clear_policy(BTA_ID_AV, policy, p_scb->peer_addr); in bta_av_do_start() 2002 UINT8 policy = HCI_ENABLE_SNIFF_MODE; in bta_av_str_stopped() local 2009 policy |= HCI_ENABLE_MASTER_SLAVE_SWITCH; in bta_av_str_stopped() 2011 bta_sys_set_policy(BTA_ID_AV, policy, p_scb->peer_addr); in bta_av_str_stopped() 2246 UINT8 policy = HCI_ENABLE_SNIFF_MODE; in bta_av_start_ok() local 2351 policy |= HCI_ENABLE_MASTER_SLAVE_SWITCH; in bta_av_start_ok() 2354 bta_sys_clear_policy(BTA_ID_AV, policy, p_scb->peer_addr); in bta_av_start_ok() 2424 UINT8 policy = HCI_ENABLE_SNIFF_MODE; in bta_av_str_closed() local [all …]
|
/hal_espressif-3.4.0/components/esp_phy/ |
D | Kconfig | 55 and the parameter policy is WIFI_COUNTRY_POLICY_MANUAL. 58 and the parameter policy is WIFI_COUNTRY_POLICY_AUTO.
|
/hal_espressif-3.4.0/components/esp_wifi/include/ |
D | esp_wifi_types.h | 47 wifi_country_policy_t policy; /**< country policy */ member
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/tutorial/ |
D | Periodic_Sync_Example_Walkthrough.md | 192 esp_ble_scan_filter_t filter_policy; /*!< ext scan filter policy */ 242 esp_ble_gap_sync_t filter_policy; /*!< periodic advertising sync filter policy */
|
/hal_espressif-3.4.0/docs/zh_CN/api-guides/ |
D | wifi.rst | 1214 | policy | 国家/地区政策,当配置的国家/地区信息与所连 AP … 1218 …policy=WIFI_COUNTRY_POLICY_AUTO},如果 Wi-Fi 模式为 AP-STA 共存模式,则它们配置的国家/地区信息相同。有时,station 所连 AP 的国家/地区信…
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/multi-adv/tutorial/ |
D | Mulit_Adv_Example_Walkthrough.md | 178 esp_ble_adv_filter_t filter_policy; /*!< ext adv filter policy */
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/tutorial/ |
D | Periodic_adv_Example_Walkthrough.md | 169 esp_ble_adv_filter_t filter_policy; /*!< ext adv filter policy */
|
/hal_espressif-3.4.0/docs/en/api-guides/ |
D | wifi.rst | 1342 | policy | Country policy, this field control which country info will be used if the … 1344 | | about policy is provided in following section. … 1348 …policy=WIFI_COUNTRY_POLICY_AUTO}, if the Wi-Fi Mode is station/AP coexist mode, they share the sam… 1349 …which country info is used in different Wi-Fi Mode and different country policy, also describe the… 1370 | | | AP with hidden SSID in every channel, the policy of … 1392 | | | Same as station mode with policy WIFI_COUNTRY_POLICY_AUT… 1416 …cting to the Access Point. The authentication process is based on 802.1X policy and comes with dif…
|
D | build-system-legacy.rst | 439 …not come from menuconfig can also be used: ESP-IDF uses the default Make policy of judging a varia…
|
/hal_espressif-3.4.0/docs/en/ |
D | COPYRIGHT.rst | 150 developments under license policy of following terms.
|
D | versions.rst | 109 …ort period finishes and the release becomes End of Life (EOL). It is our policy to not continue fi…
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 1297 UINT16 policy = app_id; in bta_dm_policy_cback() local 1305 status, policy); in bta_dm_policy_cback() 1312 p_dev->link_policy |= policy; in bta_dm_policy_cback() 1321 p_dev->link_policy &= (~policy); in bta_dm_policy_cback() 1325 if (policy & (HCI_ENABLE_SNIFF_MODE | HCI_ENABLE_PARK_MODE)) { in bta_dm_policy_cback()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/ |
D | Gatt_Server_Service_Table_Example_Walkthrough.md | 273 esp_ble_adv_filter_t adv_filter_policy; /*!< Advertising filter policy */
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_client/tutorial/ |
D | Gatt_Client_Example_Walkthrough.md | 263 esp_ble_scan_filter_t scan_filter_policy; /*!< Scan filter policy */
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/ |
D | Gatt_Server_Example_Walkthrough.md | 353 esp_ble_adv_filter_t adv_filter_policy; /*!< Advertising filter policy */
|