Home
last modified time | relevance | path

Searched defs:client (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c124 void l2cap_client_free(l2cap_client_t *client) in l2cap_client_free()
136 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) in l2cap_client_connect()
157 void l2cap_client_disconnect(l2cap_client_t *client) in l2cap_client_disconnect()
178 bool l2cap_client_is_connected(const l2cap_client_t *client) in l2cap_client_is_connected()
185 bool l2cap_client_write(l2cap_client_t *client, buffer_t *packet) in l2cap_client_write()
204 l2cap_client_t *client = find(local_channel_id); in connect_completed_cb() local
227 l2cap_client_t *client = find(local_channel_id); in config_request_cb() local
272 l2cap_client_t *client = find(local_channel_id); in config_completed_cb() local
308 l2cap_client_t *client = find(local_channel_id); in disconnect_request_cb() local
329 l2cap_client_t *client = find(local_channel_id); in disconnect_completed_cb() local
[all …]
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c144 struct bt_mesh_proxy_client *client = NULL; in proxy_sar_timeout() local
182 static int filter_set(struct bt_mesh_proxy_client *client, in filter_set()
212 static void filter_add(struct bt_mesh_proxy_client *client, uint16_t addr) in filter_add()
239 static void filter_remove(struct bt_mesh_proxy_client *client, uint16_t addr) in filter_remove()
258 static void send_filter_status(struct bt_mesh_proxy_client *client, in send_filter_status()
306 static void proxy_cfg(struct bt_mesh_proxy_client *client) in proxy_cfg()
385 struct bt_mesh_proxy_client *client = NULL; in proxy_send_beacons() local
470 static void proxy_complete_pdu(struct bt_mesh_proxy_client *client) in proxy_complete_pdu()
507 struct bt_mesh_proxy_client *client = find_client(conn); in proxy_recv() local
591 struct bt_mesh_proxy_client *client = NULL; in proxy_connected() local
[all …]
Dhealth_cli.c312 bt_mesh_health_client_t *client = NULL; in health_cli_init() local
352 bt_mesh_health_client_t *client = NULL; in health_cli_deinit() local
Dcfg_cli.c1249 bt_mesh_config_client_t *client = NULL; in cfg_cli_init() local
1295 bt_mesh_config_client_t *client = NULL; in cfg_cli_deinit() local
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c251 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_send_msg() local
378 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_init() local
415 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_deinit() local
446 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_free_node() local
500 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_set_client_model_role() local
Dsensor_client.c456 bt_mesh_sensor_client_t *client = NULL; in bt_mesh_sensor_client_get_state() local
521 bt_mesh_sensor_client_t *client = NULL; in bt_mesh_sensor_client_set_state() local
577 bt_mesh_sensor_client_t *client = NULL; in sensor_client_init() local
615 bt_mesh_sensor_client_t *client = NULL; in sensor_client_deinit() local
Dtime_scene_client.c486 bt_mesh_time_scene_client_t *client = NULL; in bt_mesh_time_scene_client_get_state() local
524 bt_mesh_time_scene_client_t *client = NULL; in bt_mesh_time_scene_client_set_state() local
633 bt_mesh_time_scene_client_t *client = NULL; in time_scene_client_init() local
671 bt_mesh_time_scene_client_t *client = NULL; in time_scene_client_deinit() local
Dgeneric_client.c905 bt_mesh_generic_client_t *client = NULL; in bt_mesh_generic_client_get_state() local
968 bt_mesh_generic_client_t *client = NULL; in bt_mesh_generic_client_set_state() local
1137 bt_mesh_generic_client_t *client = NULL; in generic_client_init() local
1175 bt_mesh_generic_client_t *client = NULL; in generic_client_deinit() local
Dlighting_client.c1029 bt_mesh_light_client_t *client = NULL; in bt_mesh_light_client_get_state() local
1082 bt_mesh_light_client_t *client = NULL; in bt_mesh_light_client_set_state() local
1327 bt_mesh_light_client_t *client = NULL; in lighting_client_init() local
1365 bt_mesh_light_client_t *client = NULL; in lighting_client_deinit() local
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/
Dtest_esp_crt_bundle.c216 esp_err_t client_setup(mbedtls_endpoint_t *client) in client_setup()
267 mbedtls_endpoint_t client; in client_task() local
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c77 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_get_device_role() local
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/
Dtls_internal.c34 struct tlsv1_client *client; member