Searched defs:client (Results 1 – 12 of 12) sorted by relevance
124 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() local227 l2cap_client_t *client = find(local_channel_id); in config_request_cb() local272 l2cap_client_t *client = find(local_channel_id); in config_completed_cb() local308 l2cap_client_t *client = find(local_channel_id); in disconnect_request_cb() local329 l2cap_client_t *client = find(local_channel_id); in disconnect_completed_cb() local[all …]
144 struct bt_mesh_proxy_client *client = NULL; in proxy_sar_timeout() local182 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() local470 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() local591 struct bt_mesh_proxy_client *client = NULL; in proxy_connected() local[all …]
312 bt_mesh_health_client_t *client = NULL; in health_cli_init() local352 bt_mesh_health_client_t *client = NULL; in health_cli_deinit() local
1249 bt_mesh_config_client_t *client = NULL; in cfg_cli_init() local1295 bt_mesh_config_client_t *client = NULL; in cfg_cli_deinit() local
251 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_send_msg() local378 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_init() local415 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_deinit() local446 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_client_free_node() local500 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_set_client_model_role() local
456 bt_mesh_sensor_client_t *client = NULL; in bt_mesh_sensor_client_get_state() local521 bt_mesh_sensor_client_t *client = NULL; in bt_mesh_sensor_client_set_state() local577 bt_mesh_sensor_client_t *client = NULL; in sensor_client_init() local615 bt_mesh_sensor_client_t *client = NULL; in sensor_client_deinit() local
486 bt_mesh_time_scene_client_t *client = NULL; in bt_mesh_time_scene_client_get_state() local524 bt_mesh_time_scene_client_t *client = NULL; in bt_mesh_time_scene_client_set_state() local633 bt_mesh_time_scene_client_t *client = NULL; in time_scene_client_init() local671 bt_mesh_time_scene_client_t *client = NULL; in time_scene_client_deinit() local
905 bt_mesh_generic_client_t *client = NULL; in bt_mesh_generic_client_get_state() local968 bt_mesh_generic_client_t *client = NULL; in bt_mesh_generic_client_set_state() local1137 bt_mesh_generic_client_t *client = NULL; in generic_client_init() local1175 bt_mesh_generic_client_t *client = NULL; in generic_client_deinit() local
1029 bt_mesh_light_client_t *client = NULL; in bt_mesh_light_client_get_state() local1082 bt_mesh_light_client_t *client = NULL; in bt_mesh_light_client_set_state() local1327 bt_mesh_light_client_t *client = NULL; in lighting_client_init() local1365 bt_mesh_light_client_t *client = NULL; in lighting_client_deinit() local
216 esp_err_t client_setup(mbedtls_endpoint_t *client) in client_setup()267 mbedtls_endpoint_t client; in client_task() local
77 bt_mesh_client_user_data_t *client = NULL; in bt_mesh_get_device_role() local
34 struct tlsv1_client *client; member