Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 46) sorted by relevance

12

/hal_espressif-2.7.6/examples/wifi/espnow/main/
DKconfig.projbuild16 string "ESPNOW primary master key"
19 …ESPNOW primary master for the example to use. The length of ESPNOW primary master must be 16 bytes.
/hal_espressif-2.7.6/examples/mesh/manual_networking/main/
Dmesh_main.c66 …record.primary, record.rssi, MAC2STR(assoc.mesh_id), assoc.encrypted ? "IE Encrypted" : "IE Unencr… in mesh_scan_done_handler()
87 record.ssid, MAC2STR(record.bssid), record.primary, in mesh_scan_done_handler()
105 parent.sta.channel = parent_record.primary; in mesh_scan_done_handler()
117 parent_record.primary, parent_record.rssi); in mesh_scan_done_handler()
130 MAC2STR(parent_record.bssid), parent_record.primary, in mesh_scan_done_handler()
/hal_espressif-2.7.6/tools/ble/
Dlib_gatt.py106 def __init__(self, bus, index, uuid, primary=False): argument
110 self.primary = primary
118 'Primary': self.primary,
272 Service.__init__(self, bus, index, self.TEST_SVC_UUID, primary=True)
/hal_espressif-2.7.6/components/esp_wifi/include/esp_private/
Dwifi.h464 esp_err_t esp_wifi_internal_get_config_channel(wifi_interface_t ifx, uint8_t *primary, uint8_t *sec…
478 …ernal_get_negotiated_channel(wifi_interface_t ifx, uint8_t aid, uint8_t *primary, uint8_t *second);
/hal_espressif-2.7.6/components/wifi_provisioning/src/
Dhandlers.c77 resp_data->conn_info.channel = ap_info.primary; in get_status_handler()
188 result->channel = record->primary; in scan_result()
/hal_espressif-2.7.6/components/esp_wifi/include/
Desp_coexist_internal.h123 int coex_wifi_channel_set(uint8_t primary, uint8_t secondary);
Desp_wifi.h588 esp_err_t esp_wifi_set_channel(uint8_t primary, wifi_second_chan_t second);
603 esp_err_t esp_wifi_get_channel(uint8_t *primary, wifi_second_chan_t *second);
/hal_espressif-2.7.6/examples/protocols/http_server/restful_server/front/web-demo/src/views/
DHome.vue7 <v-card-title primary-title>
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/
Daccess.h38 bool vnd, bool primary,
Dmain.c270 bool vnd, bool primary, void *user_data) in model_suspend() argument
309 bool vnd, bool primary, void *user_data) in model_resume() argument
Daccess.c30 bool vnd, bool primary, in bt_mesh_model_foreach() argument
322 bool vnd, bool primary, void *user_data) in mod_init() argument
383 bool vnd, bool primary, void *user_data) in mod_deinit() argument
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_ancs/
DREADME.md9 The Apple Notification Center Service is a primary service whose service UUID is 7905F431-B5CE-4E99…
/hal_espressif-2.7.6/examples/wifi/scan/main/
Dscan.c138 ESP_LOGI(TAG, "Channel \t\t%d\n", ap_info[i].primary); in wifi_scan()
/hal_espressif-2.7.6/zephyr/esp32/src/bt/
Desp_bt_adapter.c144 int (* _coex_wifi_channel_get)(uint8_t *primary, uint8_t *secondary);
195 extern int coex_wifi_channel_get(uint8_t *primary, uint8_t *secondary);
249 static int coex_wifi_channel_get_wrapper(uint8_t *primary, uint8_t *secondary);
882 static int coex_wifi_channel_get_wrapper(uint8_t *primary, uint8_t *secondary) in coex_wifi_channel_get_wrapper() argument
885 return coex_wifi_channel_get(primary, secondary); in coex_wifi_channel_get_wrapper()
/hal_espressif-2.7.6/examples/provisioning/legacy/ble_prov/main/
Dapp_prov_handlers.c72 resp_data->conn_info.channel = ap_info.primary; in get_status_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/softap_prov/main/
Dapp_prov_handlers.c72 resp_data->conn_info.channel = ap_info.primary; in get_status_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/console_prov/main/
Dapp_prov_handlers.c72 resp_data->conn_info.channel = ap_info.primary; in get_status_handler()
/hal_espressif-2.7.6/examples/provisioning/legacy/custom_config/main/
Dapp_prov_handlers.c84 resp_data->conn_info.channel = ap_info.primary; in get_status_handler()
/hal_espressif-2.7.6/components/bt/controller/esp32/
Dbt.c185 int (* _coex_wifi_channel_get)(uint8_t *primary, uint8_t *secondary);
241 extern int coex_wifi_channel_get(uint8_t *primary, uint8_t *secondary);
319 static int coex_wifi_channel_get_wrapper(uint8_t *primary, uint8_t *secondary);
1128 static int coex_wifi_channel_get_wrapper(uint8_t *primary, uint8_t *secondary) in coex_wifi_channel_get_wrapper() argument
1131 return coex_wifi_channel_get(primary, secondary); in coex_wifi_channel_get_wrapper()
/hal_espressif-2.7.6/examples/wifi/espnow/
DREADME.md38 * Set ESPNOW primary master key under Example Configuration Options.
114 on the same channel or the primary key and local key are different.
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/
Desp_adapter.c549 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper() argument
552 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-2.7.6/examples/bluetooth/nimble/blemesh/
DREADME.md85 I (11885) NimBLE_MESH: Local node provisioned, primary address 0x0002
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/
Desp_adapter.c578 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper() argument
581 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32/
Desp_adapter.c563 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper() argument
566 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/
Desp_adapter.c556 static int coex_wifi_channel_set_wrapper(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set_wrapper() argument
559 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()

12