Home
last modified time | relevance | path

Searched refs:clients (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c98 } clients[BLE_MESH_MAX_CONN]; variable
133 for (i = 0; i < ARRAY_SIZE(clients); i++) { in find_client()
134 if (clients[i].conn == conn) { in find_client()
135 return &clients[i]; in find_client()
414 for (i = 0; i < ARRAY_SIZE(clients); i++) { in bt_mesh_proxy_server_beacon_send()
415 if (clients[i].conn) { in bt_mesh_proxy_server_beacon_send()
416 beacon_send(clients[i].conn, sub); in bt_mesh_proxy_server_beacon_send()
606 for (client = NULL, i = 0; i < ARRAY_SIZE(clients); i++) { in proxy_connected()
607 if (!clients[i].conn) { in proxy_connected()
608 client = &clients[i]; in proxy_connected()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c70 struct fc_client *clients; member
2727 t->next_chan_list = fc->clients; in fcclient_alloc()
2728 fc->clients = t; in fcclient_alloc()
2763 t = tc->clients; in fcclient_free()
2772 tc->clients = fc->next_chan_list; in fcclient_free()
2800 t = fcclient_find_by_addr(tc->clients, bd_addr); // try to find an open socked for that addr in fcchan_conn_chng_cbk()
2805 … t = fcclient_find_by_addr(tc->clients, NULL); // try to find a listening socked for that channel in fcchan_conn_chng_cbk()
2878 …t = fcclient_find_by_addr(tc->clients, bd_addr); // try to find an open socked for that addr and c… in fcchan_data_cbk()
2974 while ((fcclient = fcchan->clients)) { in bta_jv_l2cap_stop_server_le()
/hal_espressif-latest/components/esp_netif/
DKconfig77 …Enable LwIP IEEE 802.1D bridge support in ESP-NETIF. Note that "Number of clients store data in ne…
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in231 bool "Allow to write device name by GATT clients"
235 Enabling this option allows remote GATT clients to write device name
238 bool "Allow to write appearance by GATT clients"
242 Enabling this option allows remote GATT clients to write appearance